summaryrefslogtreecommitdiff
path: root/lib/tasks/spec.rake
diff options
context:
space:
mode:
Diffstat (limited to 'lib/tasks/spec.rake')
-rw-r--r--lib/tasks/spec.rake2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tasks/spec.rake b/lib/tasks/spec.rake
index 831746815d7..e3d469ad74c 100644
--- a/lib/tasks/spec.rake
+++ b/lib/tasks/spec.rake
@@ -14,7 +14,7 @@ namespace :spec do
task :feature do
cmds = [
%W(rake gitlab:setup),
- %W(rspec spec --tag @feature)
+ %W(rspec spec --tag @feature -t focus)
]
run_commands(cmds)
end