test/spy/test_subroutine.rb in spy-0.4.1 vs test/spy/test_subroutine.rb in spy-0.4.2
- old
+ new
@@ -1,8 +1,8 @@
require 'test_helper'
module Spy
- class TestSubroutine < MiniTest::Unit::TestCase
+ class TestSubroutine < Minitest::Test
def spy_on(base_object, method_name)
Subroutine.new(base_object, method_name).hook
end
def setup