test/processor_test.rb in pry-byebug-3.0.1 vs test/processor_test.rb in pry-byebug-3.1.0

- old
+ new

@@ -12,9 +12,10 @@ describe 'Initialization' do let(:step_file) { test_file('stepping') } before do + Object.send :remove_const, :SteppingExample if defined? SteppingExample @input = InputTester.new @output = StringIO.new redirect_pry_io(@input, @output) { load step_file } end