summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorJohn Mair <jrmair@gmail.com>2012-07-13 03:52:55 +1200
committerJohn Mair <jrmair@gmail.com>2012-07-13 03:52:55 +1200
commit6214161672e32bbdb81eb2187720ca0664619cbd (patch)
tree7aeccd9ddeaeebf2065ba5dd3f5a0db7c1f852d3 /Rakefile
parent8fd91ec8f2ac57a405f2eacb6256a3fbfc30f350 (diff)
downloadpry-6214161672e32bbdb81eb2187720ca0664619cbd.tar.gz
use prompt proc arity instead of to_ary. God this is boring
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 98779802..b97b13f9 100644
--- a/Rakefile
+++ b/Rakefile
@@ -44,7 +44,7 @@ task :default => [:test]
desc "Run tests"
task :test do
check_dependencies unless ENV['SKIP_DEP_CHECK']
- sh "bacon -Itest -rubygems -a -q"
+ sh "bacon -Itest -rubygems"
end
desc "Run pry"