moving vool_method to parfait

This commit is contained in:
Torsten Ruger
2017-12-10 20:47:26 +02:00
parent b7701d0d5e
commit bc5906fb83
10 changed files with 55 additions and 28 deletions

View File

@ -33,7 +33,7 @@ module Vool
def test_creates_method_in_class
method = create_method
assert method , "No method created"
assert_equal Vool::VoolMethod , method.class
assert_equal Parfait::VoolMethod , method.class
end