提交 7a5e77c0 编写于 作者: D Douwe Maan

Fix rspec tag syntax

上级 ae0b9017
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册