diff options
-rw-r--r-- | test/ruby/test_module.rb | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -906,10 +906,10 @@ class TestModule < Test::Unit::TestCase @foo = :foo @bar = :bar end - assert_warning(/optional boolean argument/) do attr :foo, true end - assert_warning(/optional boolean argument/) do attr :bar, false end end |