diff options
author | Colby Swandale <me@colby.fyi> | 2019-03-21 11:30:06 +1100 |
---|---|---|
committer | Colby Swandale <me@colby.fyi> | 2019-03-21 11:39:47 +1100 |
commit | 8890cb3d7824d9914717b263bdb4bea65d45954d (patch) | |
tree | d9c8b6beef5fd22b451e9161dad462b4b703efe5 /Rakefile | |
parent | 6c388a62456912ce8f0898f1c51c22f790356958 (diff) | |
download | bundler-8890cb3d7824d9914717b263bdb4bea65d45954d.tar.gz |
revert the RSpec format in CI back to dots
Diffstat (limited to 'Rakefile')
-rw-r--r-- | Rakefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |