What's the best practice for getting RSpec / Autotest going on a Rails project?
I googled some stuff but it feels like it may be out of date.
What's the best practice for getting RSpec / Autotest going on a Rails project?
I googled some stuff but it feels like it may be out of date.
By far the easiest thing to do after installing the rspec gem and the rspec-rails gem is to use:
autospec
instead of
autotest