diff options
Diffstat (limited to 'test/yaml/test_hash.rb')
-rw-r--r-- | test/yaml/test_hash.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/yaml/test_hash.rb b/test/yaml/test_hash.rb index 16a9ee3..e585bbc 100644 --- a/test/yaml/test_hash.rb +++ b/test/yaml/test_hash.rb @@ -1,7 +1,7 @@ require 'helper' module YAML - class TestHash < Test::Unit::TestCase + class TestHash < MiniTest::Unit::TestCase def setup @hash = { :a => 'b' } end |