summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 364ba3ed1f..597564736e 100644
--- a/Rakefile
+++ b/Rakefile
@@ -134,7 +134,7 @@ namespace :spec do
(branches + releases).each do |rg|
desc "Run specs with RubyGems #{rg}"
task rg do
- sh("bin/rspec")
+ sh("bin/rspec --format progress --color")
end
# Create tasks like spec:rubygems:v1.8.3:sudo to run the sudo specs