Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2019-12-19 00:07:37 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2019-12-19 00:07:37 +0300
commit7f8330873c1a5860b8a9a52d111083a65d210249 (patch)
treee6c7019f2942b8d2fff313545b7cb4bb996b6870 /spec/serializers/blob_entity_spec.rb
parentbbe243060399191abcba33c7ebd611f6ec34c6cd (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/serializers/blob_entity_spec.rb')
-rw-r--r--spec/serializers/blob_entity_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/serializers/blob_entity_spec.rb b/spec/serializers/blob_entity_spec.rb
index 3cd967ed44c..7e3a0a87bd5 100644
--- a/spec/serializers/blob_entity_spec.rb
+++ b/spec/serializers/blob_entity_spec.rb
@@ -23,7 +23,7 @@ describe BlobEntity do
mode: "100644",
readable_text: true,
icon: "file-text-o",
- url: "/#{project.full_path}/-/blob/master/bar/branch-test.txt"
+ url: "/#{project.full_path}/blob/master/bar/branch-test.txt"
})
end
end