diff options
| author | ydah <13041216+ydah@users.noreply.github.com> | 2024-01-25 11:40:12 +0900 |
|---|---|---|
| committer | git <svn-admin@ruby-lang.org> | 2024-01-25 09:58:17 +0000 |
| commit | 4bd58e1ade11f9bc82b12427f59871dd73db7c50 (patch) | |
| tree | 1a5e54f400721e299b763a3c7d357e5b06c1f2b9 /test | |
| parent | 033411562802d1ec2d8a57dfef480f8e7d346214 (diff) | |
[ruby/irb] diabled ==> disabled
https://github.com/ruby/irb/commit/295797ff37
Diffstat (limited to 'test')
| -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", "__" |
