summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2019-09-13 13:33:52 +0200
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2019-09-15 15:32:04 +0200
commit4398657a33113d2b8add71f38e128b323a81c733 (patch)
tree674b013b510848093353e9ef833e879714a7ed42
parent17b9e7b35da731316baa8c3308a5096ef1c62274 (diff)
downloadbundler-4398657a33113d2b8add71f38e128b323a81c733.tar.gz
Use '--progress' RSpec format by default
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index d4f0cba928..c41a6e9665 100644
--- a/Rakefile
+++ b/Rakefile
@@ -21,7 +21,7 @@ end
desc "Run specs"
task :spec do
- sh("bin/rspec")
+ sh("bin/rspec --format progress")
end
namespace :spec do