I started a project about 8 years ago and was using RSpec and autotest. For reasons not important to this discussion, I stopped using both of them after a year or two. Now I want to resume using them and am having problems getting them working again. RSpec is working just fine (that is, when I run it it runs my tests), but I can't get autotest to work. I've done a few things to try to get it to work, but currently when I type "autotest" I get
loading autotest/rails_rspec2 /Users/jackrg/.rbenv/versions/2.0.0-p576/lib/ruby/site_ruby/2.0.0/rubygems/core_ext/kernel_require.rb:128:in `require': cannot load such file -- autotest/growl (LoadError) I've done a "bundle install" and "bundle update", so I believe I have the "best" versions that I can have. My Gemfile looks like: ... gem 'ZenTest' gem 'shoulda-matchers' gem 'webrat', '0.7.1' gem 'factory_girl_rails' gem 'autotest-growl' gem 'autotest-fsevent' ... Gemfile.lock shows that I've got ZenTest (4.11.2) autotest-fsevent (0.2.14) autotest-growl (0.2.16) With all that seems to have happened since then (ZenTest separating out growl, OS X no longer requiring growl, etc.) I'm really kinda lost as to where my system should be. Oh, and I should have said earlier: Ruby 2.0, Rails 3.2 (the reason I'm trying to re-integrate RSpec is that I now need to migrate to newer versions of Ruby and Rails). I can't even really figure out where to go for help with this, so if someone knows a better forum than here for the question, please let me know. Thanks! -- You received this message because you are subscribed to the Google Groups "rspec" group. To unsubscribe from this group and stop receiving emails from it, send an email to rspec+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/rspec/86167c67-09f8-4e6a-ab80-0fa32b2442bb%40googlegroups.com.