diff options
author | David RodrÃguez <deivid.rodriguez@riseup.net> | 2019-03-27 12:38:11 +0100 |
---|---|---|
committer | David RodrÃguez <deivid.rodriguez@riseup.net> | 2019-03-28 17:40:53 +0100 |
commit | 2aa1a7f309d213b881a8341b1a4ca5c70f2aae52 (patch) | |
tree | b1da7a76909b2f5f12dd087db7d111185cf815d6 | |
parent | 1eaba3a97cc3bc5a7435a38a1b029fc9d52b088d (diff) | |
download | bundler-2aa1a7f309d213b881a8341b1a4ca5c70f2aae52.tar.gz |
Remove option already set by default
-rw-r--r-- | Rakefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |