diff options
Diffstat (limited to 'test/yaml/test_exception.rb')
-rw-r--r-- | test/yaml/test_exception.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/yaml/test_exception.rb b/test/yaml/test_exception.rb index f646008..da0e6b0 100644 --- a/test/yaml/test_exception.rb +++ b/test/yaml/test_exception.rb @@ -1,7 +1,7 @@ require 'helper' module YAML - class TestException < Test::Unit::TestCase + class TestException < MiniTest::Unit::TestCase class Wups < Exception attr_reader :foo, :bar def initialize *args |