summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/-ext-/test_notimplement.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/-ext-/test_notimplement.rb b/test/-ext-/test_notimplement.rb
index 22bb7f7b88..7394126fb1 100644
--- a/test/-ext-/test_notimplement.rb
+++ b/test/-ext-/test_notimplement.rb
@@ -7,4 +7,8 @@ class TestNotImplement < Test::Unit::TestCase
Bug.funcall(:notimplement)
}
end
+
+ def test_respond_to
+ assert_not_respond_to(Bug, :notimplement)
+ end
end