Redgreen and autospec

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:

  1. Promote JS
This entry was posted in Development and tagged , , , , . Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>