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:
parent
c42f9af55e
commit
b467024294
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue