I'm trying to setup autotest to work with cucumber but despite following the tutorials it always finishes with:
0 tests, 0 assertions, 0 failures, 0 errors
I see from this blog post that I need to add something: http://monket.net/blog/2009/06/simple-example-of-autotest-cucumber-and-growl/
AUTOFEATURE=true
I wasn't sure where to add that so I tried the config/environment.rb file, and also the /config/environments/development.rb and test.rb file but it made no difference.
Anyone know how I can get autotest to run the cucumber tests? Right now I have no rspec tests, I'm starting with just cucumber.
Thanks