update gems and fix tests
This commit is contained in:
@ -50,9 +50,9 @@ class TestClass < MiniTest::Test
|
||||
assert_equal Parfait::Method , @try.get_instance_method(:foo).class
|
||||
end
|
||||
def test_method_get_nothere
|
||||
assert_equal nil , @try.get_instance_method(:foo)
|
||||
assert_nil @try.get_instance_method(:foo)
|
||||
test_remove_method
|
||||
assert_equal nil , @try.get_instance_method(:foo)
|
||||
assert_nil @try.get_instance_method(:foo)
|
||||
end
|
||||
def test_resolve
|
||||
foo = foo_method :Object
|
||||
|
Reference in New Issue
Block a user