Skip to content

Commit

Permalink
Enable test for checking if q! works correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
ono-max authored and ko1 committed Nov 22, 2022
1 parent 097a94a commit 20bb586
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions test/console/quit_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,10 @@ def test_quit_does_not_quit_debugger_process_if_not_confirmed
end
end

# FIXME: this test doesn't pass.
# def test_quit_with_exclamation_mark_quits_immediately_debugger_process
# debug_code(program) do
# type 'q!'
# end
# end
def test_quit_with_exclamation_mark_quits_immediately_debugger_process
debug_code(program) do
type 'q!'
end
end
end
end

0 comments on commit 20bb586

Please sign in to comment.