summaryrefslogtreecommitdiff
path: root/test/yaml
diff options
context:
space:
mode:
Diffstat (limited to 'test/yaml')
-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 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