lib/junit/plugin.rb in danger-junit-0.7.1 vs lib/junit/plugin.rb in danger-junit-0.7.2
- old
+ new
@@ -15,10 +15,10 @@
# junit.report
#
# @example Let the plugin parse the XML file, and report yourself
#
# junit.parse "/path/to/output.xml"
- # fail("Tests failed") unless junit.fails.empty?
+ # fail("Tests failed") unless junit.failures.empty?
#
# @example Warn on a report about skipped tests
#
# junit.parse "/path/to/output.xml"
# junit.show_skipped_tests = true