Honestly I’d start by stripping it back to a minimal implementation, you shouldn’t need growl for it to work, you could also consider finding a replacement test watcher, I know Guard came after auto test, but I’m not sure if theres anything newer!
Jon Rowe --------------------------- [email protected] jonrowe.co.uk On 28 July 2019 at 01:36, Jack R-G wrote: > 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/rspec/dejalu-217-f2111b03-0e40-4252-af59-356f2e9611a9%40jonrowe.co.uk.
