mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00
Remove duplicate after hook
This commit is contained in:
parent
745ac2d2f5
commit
9ffd45b0f9
1 changed files with 0 additions and 5 deletions
|
@ -13,11 +13,6 @@ describe "test Pry defaults" do
|
|||
end
|
||||
|
||||
describe "input" do
|
||||
after do
|
||||
Pry.reset_defaults
|
||||
Pry.config.color = false
|
||||
end
|
||||
|
||||
it 'should set the input default, and the default should be overridable' do
|
||||
Pry.config.input = InputTester.new("5")
|
||||
Pry.config.output = @str_output
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue