test/unit/hash_inspect_test.rb in mocha-0.14.0.alpha vs test/unit/hash_inspect_test.rb in mocha-0.14.0
- old
+ new
@@ -1,8 +1,8 @@
require File.expand_path('../../test_helper', __FILE__)
require 'mocha/inspect'
-class HashInspectTest < Test::Unit::TestCase
+class HashInspectTest < Mocha::TestCase
def test_should_keep_spacing_between_key_value
hash = {:a => true}
assert_equal '{:a => true}', hash.mocha_inspect
end