summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authortenderlove <tenderlove@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-12-17 19:37:54 +0000
committertenderlove <tenderlove@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-12-17 19:37:54 +0000
commit362bee4685242d2df184aeee41e943f07a079561 (patch)
treef84170f6d6f67185804cf25872b849959396b973 /test
parent3edae9893a7ce0150f4247a3bb7f71eecd59523e (diff)
downloadruby-362bee4685242d2df184aeee41e943f07a079561.tar.gz
ruby-362bee4685242d2df184aeee41e943f07a079561.tar.xz
ruby-362bee4685242d2df184aeee41e943f07a079561.zip
* test/yaml/test_boolean.rb (test_n): fixing test name
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@26118 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test')
-rw-r--r--test/yaml/test_boolean.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/yaml/test_boolean.rb b/test/yaml/test_boolean.rb
index 006e73b79..1c75c3a39 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