RSpec install error: "Could not find autotest in any of your source paths"
- by Vinicius Pinto
When I run:
rails generate rspec:install
I get this output:
identical .rspec
exist spec
identical spec/spec_helper.rb
Could not find "autotest" in any of your source paths. Your current source paths are:
(..)/rails_projects/sample_app/lib/templates/rspec/install
(..)/rspec-rails-2.3.0/lib/generators/rspec/install/templates
I'm new to RSpec, Rails and Ruby. Any tips on how make this work?