I use the redgreen gem for autotest to highlight errors in another color. Sadly that broke my autospec:
1 2 3 | invalid option: --autospec Test::Unit automatic runner. Usage: -e [options] [-- untouched arguments] |
If you want to use redgreen and have a working autospec, you should change your .autotest file to this:
1 | require 'redgreen/autotest' unless ENV['RSPEC'] |
Related posts:
