1
0
Fork 0
mirror of https://github.com/pry/pry.git synced 2022-11-09 12:35:05 -05:00

rename test to test_pry to allow bacon -a to autotest

This commit is contained in:
Lee Jarvis 2011-04-30 15:36:24 +01:00
parent a10b3b7444
commit eeababc343
3 changed files with 2 additions and 2 deletions

View file

@ -28,7 +28,7 @@ def apply_spec_defaults(s)
end
task :test do
sh "bacon -Itest -rubygems test/test.rb"
sh "bacon -Itest -rubygems -a"
end
desc "run pry"

View file

@ -1,4 +1,4 @@
require 'test_helper'
require 'helper'
puts "Ruby Version #{RUBY_VERSION}"
puts "Testing Pry #{Pry::VERSION}"