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

Delete debug puts.

This commit is contained in:
egwspiti 2015-06-29 00:09:11 +03:00
parent c42f9af55e
commit b467024294

View file

@ -41,7 +41,6 @@ describe Pry do
Dir.mktmpdir do |dir|
FileUtils.chmod 0, dir
Pry::LOCAL_RC_FILE.replace File.join(dir, '.pryrc')
puts Pry::LOCAL_RC_FILE
Pry.config.should_load_rc = true
expect { Pry.start(self, :input => StringIO.new("exit-all\n"), :output => StringIO.new) }.to_not raise_error
FileUtils.chmod 777, dir