mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00
fixed failing test on 1.8.7
This commit is contained in:
parent
2b521f0a34
commit
2db8133166
1 changed files with 1 additions and 1 deletions
|
@ -199,7 +199,7 @@ describe "Pry::DefaultCommands::Input" do
|
|||
@hist.push ":bucket"
|
||||
@hist.push ":ostrich"
|
||||
str_output = StringIO.new
|
||||
redirect_pry_io(InputTester.new("hist --replay 3", "exit-all"), str_output) do
|
||||
redirect_pry_io(InputTester.new("hist --replay -1", "exit-all"), str_output) do
|
||||
pry
|
||||
end
|
||||
str_output.string.should =~ /ostrich/
|
||||
|
|
Loading…
Add table
Reference in a new issue