lib/xcpretty/parser.rb in xcpretty-0.1.5 vs lib/xcpretty/parser.rb in xcpretty-0.1.6

- old
+ new

@@ -389,10 +389,10 @@ end def store_failure(file, test_suite, test_case, reason) failures_per_suite[test_suite] ||= [] failures_per_suite[test_suite] << { - :file => file, + :file_path => file, :reason => reason, :test_case => test_case } end