Skip to content
Snippets Groups Projects
Commit 7a5e77c0 authored by Douwe Maan's avatar Douwe Maan
Browse files

Fix rspec tag syntax

parent ae0b9017
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment