summaryrefslogtreecommitdiff
path: root/test/ruby/test_module.rb
diff options
context:
space:
mode:
-rw-r--r--test/ruby/test_module.rb4
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