Fix rspec tag syntax

This commit is contained in:
Douwe Maan 2015-12-09 11:09:25 +01:00
parent ae0b901731
commit 7a5e77c0a0
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ namespace :spec do
task :other do
cmds = [
%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)
end