rename get_all_methods

This commit is contained in:
Torsten Ruger
2018-05-01 19:19:37 +03:00
parent dd2c2cb975
commit 06f51da8f1
4 changed files with 5 additions and 5 deletions

View File

@ -140,7 +140,7 @@ module Parfait
type.remove_method(method)
end
end
assert_equal 0 , @space.collect_methods.length
assert_equal 0 , @space.get_all_methods.length
end
def test_no_methods_in_types
test_remove_methods