go-jira: refactor test.

master
Mike McQuaid 2018-03-06 09:29:45 +00:00
parent 4333847577
commit 457956a7c7
1 changed files with 1 additions and 2 deletions

View File

@ -33,7 +33,6 @@ class GoJira < Formula
expected_templates = %w[comment components create edit issuetypes list view worklog debug]
assert_equal([], expected_templates - files)
debug = open(template_dir + "debug")
assert_equal("{{ . | toJson}}\n", debug.read)
assert_equal("{{ . | toJson}}\n", IO.read("#{template_dir}/debug"))
end
end