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>2020-06-26 12:08:59 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-06-26 12:08:59 +0300
commit2f47b6d8e1cf97b3a0797fe9f249aa1ae38fc5a1 (patch)
tree7ed93e59215362d23b8f0827237a4b1e89fd2d1c /spec/routing
parentd15cc2684ce38f737bb46deff4eefe86a1f77cf6 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/routing')
-rw-r--r--spec/routing/routing_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/routing/routing_spec.rb b/spec/routing/routing_spec.rb
index 02e930c1cbf..a6f415a995a 100644
--- a/spec/routing/routing_spec.rb
+++ b/spec/routing/routing_spec.rb
@@ -373,7 +373,7 @@ RSpec.describe AutocompleteController, 'routing' do
end
end
-describe Snippets::BlobsController, "routing" do
+RSpec.describe Snippets::BlobsController, "routing" do
it "to #raw" do
expect(get('/-/snippets/1/raw/master/lib/version.rb'))
.to route_to('snippets/blobs#raw', snippet_id: '1', ref: 'master', path: 'lib/version.rb')