summaryrefslogtreecommitdiff
path: root/spec/routing
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2017-07-10 16:24:02 +0200
committerRémy Coutable <remy@rymai.me>2017-07-27 14:31:53 +0200
commitddccd24c1388dadc057ac3c4c0a49f3fea847292 (patch)
tree50527b7fe0680f2312809284573f62c5259beb6d /spec/routing
parent7e113b6824628a7e82e93965300f2ce3b9aadf4b (diff)
downloadgitlab-ce-ddccd24c1388dadc057ac3c4c0a49f3fea847292.tar.gz
Remove superfluous lib: true, type: redis, service: true, models: true, services: true, no_db: true, api: true
Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to 'spec/routing')
-rw-r--r--spec/routing/project_routing_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/routing/project_routing_spec.rb b/spec/routing/project_routing_spec.rb
index 65314b688a4..c02409b2e0b 100644
--- a/spec/routing/project_routing_spec.rb
+++ b/spec/routing/project_routing_spec.rb
@@ -610,7 +610,7 @@ describe 'project routing' do
end
end
- describe Projects::Registry::TagsController, :routing do
+ describe Projects::Registry::TagsController, 'routing' do
describe '#destroy' do
it 'correctly routes to a destroy action' do
expect(delete('/gitlab/gitlabhq/registry/repository/1/tags/rc1'))