test/jump_test.rb in byebug-1.2.0 vs test/jump_test.rb in byebug-1.3.0

- old
+ new

@@ -1,8 +1,7 @@ require_relative 'test_helper' -describe "Jump Command" do - include TestDsl +class TestJump < TestDsl::TestCase describe "successful" do it "must jump with absolute line number" do skip("No jumping for now") enter 'break 6', 'cont', "jump 8 #{fullpath('jump')}"