uiauto
uiauto copied to clipboard
Rainbow Gem API Change Breaks color_indent_formatter
String mixin has been removed by default from the rainbow gem. Please see https://github.com/sickill/rainbow#string-mixin
This causes the color_indent_formatter
to throw undefined method
errors all over.
The one line fix is to add require 'rainbow/ext/string'
at the top of the color_indent_formatter.rb.