aboutsummaryrefslogtreecommitdiffstats
path: root/test/ostruct
diff options
context:
space:
mode:
Diffstat (limited to 'test/ostruct')
-rw-r--r--test/ostruct/test_ostruct.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/ostruct/test_ostruct.rb b/test/ostruct/test_ostruct.rb
index 8c122b94a7..8b0424d2d8 100644
--- a/test/ostruct/test_ostruct.rb
+++ b/test/ostruct/test_ostruct.rb
@@ -23,6 +23,10 @@ class TC_OpenStruct < Test::Unit::TestCase
assert_respond_to(o, :a=)
end
+ def test_respond_to_allocated
+ assert_not_respond_to(OpenStruct.allocate, :a)
+ end
+
def test_equality
o1 = OpenStruct.new
o2 = OpenStruct.new