how to run .feature + _spec.rb + _test.rb with autotest
- by ramonrails
In one of my project with some existing code, some code is covered by _test.rb file, other is by _spec.rb and we introduced .feature
It became a nice mixture of stuff to check.
I am stumped how to run .feature, _spec.rb and _test.rb for red-green cycles.