If ruby tests are run with verbose or warnings turned on the test run will output the following warnings from coco.
/usr/local/var/rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/coco-0.13.0/lib/coco/formatter/context.rb:22: warning: mismatched indentations at 'end' with 'class' at 4
/usr/local/var/rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/coco-0.13.0/lib/coco/formatter/context.rb:53: warning: mismatched indentations at 'end' with 'class' at 25
This is due to the use of tabs instead of spaces (inconsistently) in a couple of files.
If ruby tests are run with verbose or warnings turned on the test run will output the following warnings from
coco
.This is due to the use of tabs instead of spaces (inconsistently) in a couple of files.