From eadda0002ab439520dd2af85a4cdbcb3df702eb4 Mon Sep 17 00:00:00 2001 From: tenderlove Date: Thu, 17 Dec 2009 19:37:54 +0000 Subject: * test/yaml/test_boolean.rb (test_n): fixing test name git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26118 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/yaml/test_boolean.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/yaml/test_boolean.rb b/test/yaml/test_boolean.rb index 006e73b79d..1c75c3a390 100644 --- a/test/yaml/test_boolean.rb +++ b/test/yaml/test_boolean.rb @@ -29,7 +29,7 @@ module YAML ### # YAML spec says "n" and "N" may be used as false, but Syck treats them # as literal strings - def test_y + def test_n assert_equal "n", YAML.load("--- n") assert_equal "N", YAML.load("--- N") end -- cgit v1.2.3