Re: [rspec-users] Autotest Errors

2011-02-07 Thread David Chelimsky
On Wed, Feb 2, 2011 at 6:24 PM, Trenton Scott wrote: > >From my Rails project directory in Terminal, I'm able to run 'bundle > exec rspec spec/' and it works successfully. When I try and run > 'autotest', however, I get the error(s) below. Note: my .autotest file > has require 'autotest/growl' and

[rspec-users] Autotest Errors

2011-02-07 Thread Trenton Scott
>From my Rails project directory in Terminal, I'm able to run 'bundle exec rspec spec/' and it works successfully. When I try and run 'autotest', however, I get the error(s) below. Note: my .autotest file has require 'autotest/growl' and require 'autotest/fsevent' in it and I have both installed.