summaryrefslogtreecommitdiff
path: root/test/irb/test_color.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/irb/test_color.rb')
-rw-r--r--test/irb/test_color.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/irb/test_color.rb b/test/irb/test_color.rb
index 459802181e..50dfc22568 100644
--- a/test/irb/test_color.rb
+++ b/test/irb/test_color.rb
@@ -19,7 +19,6 @@ module TestIRB
CYAN = "\e[36m"
def setup
- super
@get_screen_size = Reline.method(:get_screen_size)
Reline.instance_eval { undef :get_screen_size }
def Reline.get_screen_size
@@ -30,7 +29,6 @@ module TestIRB
def teardown
Reline.instance_eval { undef :get_screen_size }
Reline.define_singleton_method(:get_screen_size, @get_screen_size)
- super
end
def test_colorize_code