lib/jiminy/reporting/reporters/github_reporter.rb in jiminy-0.1.0.pre1 vs lib/jiminy/reporting/reporters/github_reporter.rb in jiminy-0.1.0
- old
+ new
@@ -17,12 +17,12 @@
client.add_comment(env_config.repo_path, pr_number, comment_body)
end
private
- attr_reader :pr_number
+ attr_reader :pr_number
- alias comment_body report_body
+ alias comment_body report_body
end
end
end
end