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:
parent
a10b3b7444
commit
eeababc343
3 changed files with 2 additions and 2 deletions
2
Rakefile
2
Rakefile
|
@ -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"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
require 'test_helper'
|
||||
require 'helper'
|
||||
|
||||
puts "Ruby Version #{RUBY_VERSION}"
|
||||
puts "Testing Pry #{Pry::VERSION}"
|
Loading…
Reference in a new issue