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

Fix escapement

This commit is contained in:
Conrad Irwin 2011-09-12 00:55:50 -07:00
parent 3e4b596fed
commit 0aa26bb06a

View file

@ -55,7 +55,7 @@ describe "Pry::DefaultCommands::Input" do
pry
end
str_output.string.should =~ /\A\d+: def hello\n\d+: puts :bing\n\d+: puts \"\#{goodbye}\"/
str_output.string.should =~ /\A\d+: def hello\n\d+: puts :bing\n\d+: puts \"\#\{goodbye\}\"/
end
it 'should display error if nothing to amend' do