summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2019-03-27 12:38:11 +0100
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2019-03-28 17:40:53 +0100
commit2aa1a7f309d213b881a8341b1a4ca5c70f2aae52 (patch)
treeb1da7a76909b2f5f12dd087db7d111185cf815d6
parent1eaba3a97cc3bc5a7435a38a1b029fc9d52b088d (diff)
downloadbundler-2aa1a7f309d213b881a8341b1a4ca5c70f2aae52.tar.gz
Remove option already set by default
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index a4dc782c68..a20c2d6cd1 100644
--- a/Rakefile
+++ b/Rakefile
@@ -126,7 +126,7 @@ namespace :spec do
(branches + releases).each do |rg|
desc "Run specs with RubyGems #{rg}"
task rg do
- sh("bin/rspec --format progress --color")
+ sh("bin/rspec --format progress")
end
# Create tasks like spec:rubygems:v1.8.3:sudo to run the sudo specs