summaryrefslogtreecommitdiff
path: root/tasks
diff options
context:
space:
mode:
Diffstat (limited to 'tasks')
-rw-r--r--tasks/rspec.rake2
1 files changed, 1 insertions, 1 deletions
diff --git a/tasks/rspec.rake b/tasks/rspec.rake
index 509c5e64..446b26b9 100644
--- a/tasks/rspec.rake
+++ b/tasks/rspec.rake
@@ -4,7 +4,7 @@ begin
t.verbose = true
opts = %w(-f progress)
opts.append '-t', '~integration' if ENV['UNIT']
- opts.unshift '-w' if !ENV['CI'] || ENV['COVERAGE']
+ opts.unshift '-w' if $VERBOSE || ENV['COVERAGE']
t.rspec_opts = opts
end
rescue LoadError