Closed philomates closed 5 years ago
resolves https://github.com/marick/Midje/issues/453
When running
(fact "foo bar" (fact "baz" 1 => 2))
The error message before:
FAIL "foo\nbar - baz" at (t_util.clj:64) Expected: 2 Actual: 1
and after:
FAIL foo bar - baz at (t_util.clj:64) Expected: 2 Actual: 1
resolves https://github.com/marick/Midje/issues/453
When running
The error message before:
and after: