We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07df517 commit ee59c85Copy full SHA for ee59c85
test/console/irb_test.rb
@@ -47,7 +47,7 @@ def test_irb_command_switches_console_to_irb
47
debug_code(program, remote: false) do
48
type 'irb'
49
type '123'
50
- assert_line_text 'irb:rdbg(main):002> 123'
+ assert_raw_line_text 'irb:rdbg(main):002> 123'
51
type 'irb_info'
52
assert_line_text('IRB version:')
53
type 'next'
@@ -67,7 +67,7 @@ def test_irb_console_config_activates_irb
67
68
69
70
71
72
73
0 commit comments