summaryrefslogtreecommitdiff
path: root/test/yaml/test_null.rb
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2010-01-09 11:38:16 -0800
committerAaron Patterson <aaron.patterson@gmail.com>2010-01-09 11:38:16 -0800
commit3c1be5322fbf775ac4e807e510f7bc50fcd5e305 (patch)
tree42d33728b09d407636b41475b20269a348b33bfe /test/yaml/test_null.rb
parent2b80fd137a850480d867b69d1219853d860cfe42 (diff)
downloadpsych-3c1be5322fbf775ac4e807e510f7bc50fcd5e305.zip
converting to minitest
Diffstat (limited to 'test/yaml/test_null.rb')
-rw-r--r--test/yaml/test_null.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/yaml/test_null.rb b/test/yaml/test_null.rb
index 24c8ab1..e7d08df 100644
--- a/test/yaml/test_null.rb
+++ b/test/yaml/test_null.rb
@@ -4,7 +4,7 @@ module YAML
###
# Test null from YAML spec:
# http://yaml.org/type/null.html
- class TestNull < Test::Unit::TestCase
+ class TestNull < MiniTest::Unit::TestCase
def test_null_list
assert_equal [nil] * 5, YAML.load(<<-eoyml)
---