test/show_test.rb in byebug-0.0.1 vs test/show_test.rb in byebug-1.0.0
- old
+ new
@@ -104,14 +104,12 @@
check_output_includes "Displaying frame's full file names is on."
end
end
it "must show linetrace" do
- temporary_change_method_value(context, :tracing, true) do
- enter 'show linetrace'
- debug_file 'show'
- check_output_includes "line tracing is on."
- end
+ enter 'trace on', 'show linetrace'
+ debug_file 'show'
+ check_output_includes "line tracing is on."
end
describe "linetrace+" do
it "must show a message when linetrace+ is on" do