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:
parent
976d9de2d8
commit
aefbe8502c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue