Note that there are some explanatory texts on larger screens.

plurals
  1. PORSpec + Autotest Error on Mac OS X
    primarykey
    data
    text
    <p>I'm trying to run the command 'bundle exec autotest' in Terminal. I can get RSpec working if I use 'bundle exec rspec spec/', but I can't get autotest (the first command) running. Unfortunately, I get the following error:</p> <pre><code>Trenton-Scotts-MacBook-Air:sample_app TTS$ bundle exec autotestloading autotest/rails_rspec2 /Users/TTS/Documents/Rails/sample_app/.autotest:1:in `require': no such file to load -- autotest/growl (LoadError) from /Users/TTS/Documents/Rails/sample_app/.autotest:1:in `&lt;top (required)&gt;' from /Users/TTS/.rvm/gems/ruby-1.9.2-p136/gems/ZenTest-4.4.2/lib/autotest.rb:305:in `load' from /Users/TTS/.rvm/gems/ruby-1.9.2-p136/gems/ZenTest-4.4.2/lib/autotest.rb:305:in `block in initialize' from /Users/TTS/.rvm/gems/ruby-1.9.2-p136/gems/ZenTest-4.4.2/lib/autotest.rb:304:in `each' from /Users/TTS/.rvm/gems/ruby-1.9.2-p136/gems/ZenTest-4.4.2/lib/autotest.rb:304:in `initialize' from /Users/TTS/.rvm/gems/ruby-1.9.2-p136/gems/rspec-core-2.4.0/lib/autotest/rspec2.rb:10:in `initialize' from /Users/TTS/.rvm/gems/ruby-1.9.2-p136/gems/rspec-rails-2.4.1/lib/autotest/rails_rspec2.rb:31:in `initialize' from /Users/TTS/.rvm/gems/ruby-1.9.2-p136/gems/ZenTest-4.4.2/lib/autotest.rb:236:in `new' from /Users/TTS/.rvm/gems/ruby-1.9.2-p136/gems/ZenTest-4.4.2/lib/autotest.rb:236:in `run' from /Users/TTS/.rvm/gems/ruby-1.9.2-p136/gems/ZenTest-4.4.2/bin/autotest:7:in `&lt;top (required)&gt;' from /Users/TTS/.rvm/gems/ruby-1.9.2-p136/bin/autotest:19:in `load' from /Users/TTS/.rvm/gems/ruby-1.9.2-p136/bin/autotest:19:in `&lt;main&gt;' </code></pre> <p>I have two lines in .autotest in my Rails project folder:</p> <pre><code>require 'autotest/growl' require 'autotest/fsevent' </code></pre> <p>I installed the gems for autotest-growl and autotest-fsevent. My Gemfile looks like this:</p> <pre><code>source 'http://rubygems.org' gem 'rails', '3.0.3' gem 'sqlite3-ruby', :require =&gt; 'sqlite3' group :development do gem 'autotest' gem 'rspec-rails', '2.4.1' end group :test do gem 'rspec', '2.4.0' gem 'webrat', '0.7.1' end </code></pre> <p>Any thoughts on how to fix this?</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload