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
>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.