summaryrefslogtreecommitdiff
path: root/test/yaml/test_string.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_string.rb
parent2b80fd137a850480d867b69d1219853d860cfe42 (diff)
downloadpsych-3c1be5322fbf775ac4e807e510f7bc50fcd5e305.zip
converting to minitest
Diffstat (limited to 'test/yaml/test_string.rb')
-rw-r--r--test/yaml/test_string.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/yaml/test_string.rb b/test/yaml/test_string.rb
index 637d65b..0faf8d8 100644
--- a/test/yaml/test_string.rb
+++ b/test/yaml/test_string.rb
@@ -1,7 +1,7 @@
require 'helper'
module YAML
- class TestString < Test::Unit::TestCase
+ class TestString < MiniTest::Unit::TestCase
def test_binary_string_null
string = "\x00"
yml = YAML.dump string