Ramon Tayag
2008-Nov-13 11:13 UTC
[rspec-users] Autotest style autotest/rails_rspec doesn''t seem to exist. Aborting.
Just upgraded my rspec because I wanted to start using cucumber. Autotest stopped working though. I got the error shown in the subject: "Autotest style autotest/rails_rspec doesn''t seem to exist. Aborting." What should I do? ZenTest Ramon Tayag
Ramon Tayag
2008-Nov-13 11:20 UTC
[rspec-users] Autotest style autotest/rails_rspec doesn''t seem to exist. Aborting.
Just upgraded rspec because I want to use cucumber. I downloaded the gems listed in the github wiki, and I submoduled the rspec and rspec-rails plugins. Autotest started to fail on me though. "Autotest style autotest/rails_rspec doesn''t seem to exist. Aborting." What should I do to fix it? ZenTest: 3.11.0 rspec: 1.1.11 Thanks, Ramon Tayag
David Chelimsky
2008-Nov-13 13:44 UTC
[rspec-users] Autotest style autotest/rails_rspec doesn''t seem to exist. Aborting.
On Thu, Nov 13, 2008 at 5:20 AM, Ramon Tayag <ramon.tayag at gmail.com> wrote:> Just upgraded rspec because I want to use cucumber. I downloaded the > gems listed in the github wiki, and I submoduled the rspec and > rspec-rails plugins. Autotest started to fail on me though. > > "Autotest style autotest/rails_rspec doesn''t seem to exist. Aborting." > > What should I do to fix it? > > ZenTest: 3.11.0 > rspec: 1.1.11You need rspec-rails as well (plugin or gem, same version as rspec). Do you have that already? Cheers, David> > Thanks, > Ramon Tayag > _______________________________________________ > rspec-users mailing list > rspec-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users >
Ramon Tayag
2008-Nov-13 15:18 UTC
[rspec-users] Autotest style autotest/rails_rspec doesn''t seem to exist. Aborting.
Yup, I submoduled them :) I suppose that''s just like an external svn repo. I''ll try reinstalling them... but in the mean time, got any ideas? Ramon Tayag On Thu, Nov 13, 2008 at 9:44 PM, David Chelimsky <dchelimsky at gmail.com> wrote:> You need rspec-rails as well (plugin or gem, same version as rspec). > Do you have that already? > > Cheers, > David
David Chelimsky
2008-Nov-17 00:19 UTC
[rspec-users] Autotest style autotest/rails_rspec doesn''t seem to exist. Aborting.
On Thu, Nov 13, 2008 at 9:18 AM, Ramon Tayag <ramon.tayag at gmail.com> wrote:> Yup, I submoduled them :) I suppose that''s just like an external svn > repo. I''ll try reinstalling them... but in the mean time, got any > ideas?Is this only happening in one rails app? or all of them?> > Ramon Tayag > > On Thu, Nov 13, 2008 at 9:44 PM, David Chelimsky <dchelimsky at gmail.com> wrote: >> You need rspec-rails as well (plugin or gem, same version as rspec). >> Do you have that already? >> >> Cheers, >> David > _______________________________________________ > rspec-users mailing list > rspec-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users >
Ramon Tayag
2008-Nov-18 09:42 UTC
[rspec-users] Autotest style autotest/rails_rspec doesn''t seem to exist. Aborting.
Thanks for you replies. I reinstalled it and it works fine. It seems that it didn''t install properly before! :o thanks goodness that''s it. hehe Ramon Tayag On Mon, Nov 17, 2008 at 8:19 AM, David Chelimsky <dchelimsky at gmail.com> wrote:> Is this only happening in one rails app? or all of them?