diff options
| -rw-r--r-- | test/irb/test_eval_history.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/irb/test_eval_history.rb b/test/irb/test_eval_history.rb index 0f9ec4811c..a6ab36fb8b 100644 --- a/test/irb/test_eval_history.rb +++ b/test/irb/test_eval_history.rb @@ -30,7 +30,7 @@ module TestIRB end end - def test_eval_history_is_diabled_by_default + def test_eval_history_is_disabled_by_default out, err = execute_lines( "a = 1", "__" |
