summaryrefslogtreecommitdiff
path: root/test/psych/test_document.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/psych/test_document.rb')
-rw-r--r--test/psych/test_document.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/psych/test_document.rb b/test/psych/test_document.rb
index a88dd32..cf3b700 100644
--- a/test/psych/test_document.rb
+++ b/test/psych/test_document.rb
@@ -30,7 +30,7 @@ module Psych
end
def test_emit_bad_tag
- assert_raises(RuntimeError) do
+ assert_raise(RuntimeError) do
@doc.tag_directives = [['!']]
@stream.yaml
end