lib/fix/expectation_low.rb in fix-0.1.0 vs lib/fix/expectation_low.rb in fix-0.2.0
- old
+ new
@@ -27,18 +27,7 @@
end
def level
3
end
-
- def presenter report, got, subject
- {
- pass: pass?(report, subject),
- negated: report.negated,
- matcher: report.matcher,
- expected: report.expected,
- exception: report.exception,
- got: got
- }
- end
end
end