summaryrefslogtreecommitdiff
path: root/test/psych/test_class.rb
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2010-03-26 23:28:42 -0700
committerAaron Patterson <aaron.patterson@gmail.com>2010-03-26 23:28:42 -0700
commit47c4176ce9a349bac0417ebada7690babf79b2a5 (patch)
treef002b4c26ed61007ca1a54b965358ea4aeb5b661 /test/psych/test_class.rb
parenta19b96529c9bce6f1fade726e6613f549f22dfad (diff)
downloadpsych-47c4176ce9a349bac0417ebada7690babf79b2a5.zip
adding a test helper superclass
Diffstat (limited to 'test/psych/test_class.rb')
-rw-r--r--test/psych/test_class.rb5
1 files changed, 2 insertions, 3 deletions
diff --git a/test/psych/test_class.rb b/test/psych/test_class.rb
index cfa5d40..48000da 100644
--- a/test/psych/test_class.rb
+++ b/test/psych/test_class.rb
@@ -1,8 +1,7 @@
-require 'minitest/autorun'
-require 'psych'
+require 'test/psych/helper'
module Psych
- class TestClass < MiniTest::Unit::TestCase
+ class TestClass < TestCase
def test_to_yaml
assert_raises(::TypeError) do
TestClass.to_yaml