From fec1e53fe381c953fc6c9069fb39887ed4ef9913 Mon Sep 17 00:00:00 2001 From: John Mair Date: Thu, 22 Sep 2011 03:00:10 +1200 Subject: [PATCH] trying to locate travis error --- test/test_pry.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/test/test_pry.rb b/test/test_pry.rb index 20607816..600149dc 100644 --- a/test/test_pry.rb +++ b/test/test_pry.rb @@ -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