mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00
last attempt trying to find travis failure before giving up
This commit is contained in:
parent
fec1e53fe3
commit
ab6dddead6
1 changed files with 1 additions and 1 deletions
|
@ -4,10 +4,10 @@ describe Pry do
|
|||
|
||||
if RUBY_PLATFORM !~ /mingw/ && RUBY_PLATFORM !~ /mswin/ && RUBY_PLATFORM != 'java'
|
||||
describe 'warning emissions' do
|
||||
system('ruby -I lib -rubygems -r"pry" -W -e "exit"')
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue