test/integration/test_constant_spying.rb in spy-0.4.1 vs test/integration/test_constant_spying.rb in spy-0.4.2
- old
+ new
@@ -1,7 +1,7 @@
require 'test_helper'
-class TestConstantSpying < MiniTest::Unit::TestCase
+class TestConstantSpying < Minitest::Test
class Foo
HELLO = "hello world"
def self.hello