File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,16 @@ Lots of fixes and new features!
34
34
* Detect and handle recursive data structures
35
35
* Automatically disable color output when running tests non-interactively
36
36
(e.g. on a CI service)
37
+ * Add custom coloring/messaging to ` be_* ` matcher
38
+ * Fix representation of empty arrays, hashes, and objects in diffs
39
+ so that they are always on single lines
40
+ * Change colors in diffs and messages
41
+ from red/green to magenta/yellow
42
+ * Use bold to highlight "Failure/Error" instead of white
43
+ so that output looks good on a light terminal color scheme
44
+ * Fix coloring for unhandled errors
45
+ so that the whole message isn't colored in red,
46
+ but only the first line
37
47
38
48
## [ 0.1.0 (2018-10-02)] [ v0.1.0 ]
39
49
You can’t perform that action at this time.
0 commit comments