summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2019-09-23 22:33:17 +0200
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2019-09-23 22:38:46 +0200
commit789d18141660b4dabe692908bd6bcb588cc67379 (patch)
tree700bdbf8c752c19482b7fedb1e31f682ccb888b4 /Rakefile
parent3260d5994ec33bfaf81162c61d0d20bfff023375 (diff)
downloadbundler-789d18141660b4dabe692908bd6bcb588cc67379.tar.gz
Consistenly use the default RSpec formatternormalize_rspec_formatter
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 901e813240..dbf8698200 100644
--- a/Rakefile
+++ b/Rakefile
@@ -21,7 +21,7 @@ end
desc "Run specs"
task :spec do
- sh("bin/rspec --format progress")
+ sh("bin/rspec")
end
namespace :spec do