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

trying to locate travis error

This commit is contained in:
John Mair 2011-09-22 03:00:10 +12:00
parent cb0543491a
commit fec1e53fe3

View file

@ -7,6 +7,7 @@ describe Pry do
it 'should emit no warnings' do
Open4.popen4 'ruby -I lib -rubygems -r"pry" -W -e "exit"' do |pid, stdin, stdout, stderr|
stderr.read.empty?.should == true
puts stderr.read
end
end
end