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

Remove stray hash

This commit is contained in:
Ryan Fitzgerald 2012-09-08 23:16:29 -07:00
parent 976d9de2d8
commit aefbe8502c

View file

@ -628,7 +628,7 @@ describe "Pry::Command" do
end.import Pry::Commands end.import Pry::Commands
@t = pry_tester(commands: @set) @t = pry_tester(:commands => @set)
end end
it 'should save state for the command on the Pry#command_state hash' do it 'should save state for the command on the Pry#command_state hash' do