Skip to content

Commit

Permalink
for Ruby <= 2.4 ver output
Browse files Browse the repository at this point in the history
  • Loading branch information
kmuto committed Sep 5, 2021
1 parent 60f098f commit c5ec433
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_pdfmaker.rb
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ def error!(msg)
end
error_msg = @maker.template_content
assert_match(/template or configuration error:/, error_msg)
assert_match(/\(erb\):1:in `latex_config': undefined local variable or method `not_existed_method'/, error_msg)
assert_match(/undefined local variable or method `not_existed_method'/, error_msg)
end
end
end
Expand Down

0 comments on commit c5ec433

Please sign in to comment.