Skip to content

Commit

Permalink
go-jira: refactor test.
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcQuaid committed Mar 6, 2018
1 parent 4333847 commit 457956a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Formula/go-jira.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ def install
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

0 comments on commit 457956a

Please sign in to comment.