summaryrefslogtreecommitdiff
path: root/test/irb/test_option.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/irb/test_option.rb')
-rw-r--r--test/irb/test_option.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/irb/test_option.rb b/test/irb/test_option.rb
index e334cee6dd..fec31f384f 100644
--- a/test/irb/test_option.rb
+++ b/test/irb/test_option.rb
@@ -2,7 +2,7 @@
require_relative "helper"
module TestIRB
- class TestOption < TestCase
+ class OptionTest < TestCase
def test_end_of_option
bug4117 = '[ruby-core:33574]'
bundle_exec = ENV.key?('BUNDLE_GEMFILE') ? ['-rbundler/setup'] : []