aboutsummaryrefslogtreecommitdiffstats
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 b47adc61..7c4a2eb0 100644
--- a/Rakefile
+++ b/Rakefile
@@ -131,7 +131,7 @@ begin
(branches + releases).each do |rg|
desc "Run specs with Rubygems #{rg}"
RSpec::Core::RakeTask.new(rg) do |t|
- t.rspec_opts = %w(--format documentation --color)
+ t.rspec_opts = %w(--format progress --color)
t.ruby_opts = %w(-w)
end