2

I am trying to run autotest, at one point it was working for me and then it stop. I have been following the ruby on rails tutorial.

lexi87$ autotest
Invalid gemspec in [/Users/lexi87/.rvm/gems/ruby-1.9.3-p374/specifications/ZenTest-4.8.4.gemspec]: Illformed requirement ["< 2.1, >= 1.8"]
Invalid gemspec in [/Users/lexi87/.rvm/gems/ruby-1.9.3-p374/specifications/ZenTest-4.8.4.gemspec]: Illformed requirement ["< 2.1, >= 1.8"]
loading autotest/rspec2
/Users/lexi87/rails_projects/sample_app/.autotest:1:in `require': cannot load such file -- autotest/growl (LoadError)
    from /Users/lexi87/rails_projects/sample_app/.autotest:1:in `<top (required)>'
    from /Users/lexi87/.rvm/gems/ruby-1.9.3-p374/gems/ZenTest-4.8.3/lib/autotest.rb:315:in `load'

So if someone can provide the proper steps with getting autotest to work that would be great! Thanks

Cornelius Wilson
  • 2,844
  • 4
  • 21
  • 41

1 Answers1

4

See this question: Can't install ZenTest 4.8.4 Looks like there's a bug in ruby gems. Suggested solution is downgrading zentest to 4.8.3

Community
  • 1
  • 1
Vall3y
  • 1,181
  • 8
  • 18
  • Thanks. I read it previously and followed the answer and it did not work. However when you referred me back to it I check the comments and I had to delete the gemspec file. Thanks – Cornelius Wilson Jan 28 '13 at 15:31