1
0
Fork 0
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:
takiy33 2015-07-09 00:53:38 +09:00
parent 745ac2d2f5
commit 9ffd45b0f9

View file

@ -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