>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.
I keep getting an issue when running RSpec with Autotest. My
~/.autotest file looks like this:
==FILE BEGINS==
require 'autotest/growl'
require 'autotest/fsevent'
Autotest.add_hook :initialize do |autotest|
autotest.add_mapping(/^spec\/requests\/.*_spec\.rb$/) do
autotest.files_matc