test/integration/test_instance_method.rb in spy-0.4.1 vs test/integration/test_instance_method.rb in spy-0.4.2

- old
+ new

@@ -1,7 +1,7 @@ require 'test_helper' -class TestAnyInstanceOf < MiniTest::Unit::TestCase +class TestAnyInstanceOf < Minitest::Test class Foo def bar "foobar" end end