summaryrefslogtreecommitdiff
path: root/test/test_scalar_scanner.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_scalar_scanner.rb')
-rw-r--r--test/test_scalar_scanner.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/test_scalar_scanner.rb b/test/test_scalar_scanner.rb
index 4e76082..31e3041 100644
--- a/test/test_scalar_scanner.rb
+++ b/test/test_scalar_scanner.rb
@@ -69,7 +69,5 @@ class TestScalarScanner < MiniTest::Unit::TestCase
def test_scan_true
ss = Psych::ScalarScanner.new('true')
assert_equal [:BOOLEAN, true], ss.tokenize
- ss = Psych::ScalarScanner.new('y')
- assert_equal [:BOOLEAN, true], ss.tokenize
end
end