Commit 7a5e77c0 authored by Douwe Maan's avatar Douwe Maan

Fix rspec tag syntax

parent ae0b9017
...@@ -41,7 +41,7 @@ namespace :spec do ...@@ -41,7 +41,7 @@ namespace :spec do
task :other do task :other do
cmds = [ cmds = [
%W(rake gitlab:setup), %W(rake gitlab:setup),
%W(rspec spec --tag ~@api,~@feature,~@models,~@benchmark) %W(rspec spec --tag ~@api --tag ~@feature --tag ~@models --tag ~@benchmark)
] ]
run_commands(cmds) run_commands(cmds)
end end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment