diff options
author | David RodrÃguez <deivid.rodriguez@riseup.net> | 2019-03-27 12:42:38 +0100 |
---|---|---|
committer | David RodrÃguez <deivid.rodriguez@riseup.net> | 2019-03-28 17:40:53 +0100 |
commit | 1c9a963066ae687782c375e04932fde5d8b87051 (patch) | |
tree | 87ae804401afbcc64397417e392d27ca8c2ba655 /Rakefile | |
parent | 4e3b6e9bca3eb9c8b87f16d51478262a0e00d02f (diff) | |
download | bundler-1c9a963066ae687782c375e04932fde5d8b87051.tar.gz |
Use progress in the "co" task too
Since it's meant for CI.
Diffstat (limited to 'Rakefile')
-rw-r--r-- | Rakefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -145,7 +145,7 @@ namespace :spec do desc "Run specs under a RubyGems checkout (set RG=path)" task "co" do - sh("bin/rspec") + sh("bin/rspec --format progress") end task "setup_co" do |