aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_method.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/ruby/test_method.rb')
-rw-r--r--test/ruby/test_method.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/ruby/test_method.rb b/test/ruby/test_method.rb
index 9b68b84134..021f618ad3 100644
--- a/test/ruby/test_method.rb
+++ b/test/ruby/test_method.rb
@@ -1207,7 +1207,7 @@ class TestMethod < Test::Unit::TestCase
}
# puts "#{nummodule} modules, #{nummethod} methods"
- assert nummodule > 0
- assert nummethod > 0
+ assert_operator nummodule, :>, 0
+ assert_operator nummethod, :>, 0
end
end