test/unit/and-son_tests.rb in and-son-0.4.1 vs test/unit/and-son_tests.rb in and-son-0.5.0

- old
+ new

@@ -5,10 +5,10 @@ class UnitTests < Assert::Context desc "AndSon" subject{ AndSon } - should have_instance_methods :new + should have_imeths :new end end