RSpec install error: "Could not find autotest in any of your source paths"

Posted by Vinicius Pinto on Stack Overflow See other posts from Stack Overflow or by Vinicius Pinto
Published on 2010-12-26T23:21:10Z Indexed on 2010/12/27 17:54 UTC
Read the original article Hit count: 305

Filed under:
|
|

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?

© Stack Overflow or respective owner

Related posts about ruby-on-rails

Related posts about rspec