Re: [rspec-users] Rails 3, Rspec 2, Autotest

2010-06-06 Thread Rob Lingle
That got it, thanks! -- Posted via http://www.ruby-forum.com/. ___ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-users

Re: [rspec-users] Rails 3, Rspec 2, Autotest

2010-06-06 Thread David Chelimsky
On Jun 6, 2010, at 1:28 PM, Rob Lingle wrote: I found that I could get rid of my original error: loading autotest/rails_rspec2 Autotest style autotest/rails_rspec2 doesn't seem to exist. Aborting. By installing rspec-rails on my system: sudo gem install rspec-rails -v=2.0.0.beta.8 Try beta

Re: [rspec-users] Rails 3, Rspec 2, Autotest

2010-06-06 Thread Rob Lingle
I found that I could get rid of my original error: loading autotest/rails_rspec2 Autotest style autotest/rails_rspec2 doesn't seem to exist. Aborting. By installing rspec-rails on my system: sudo gem install rspec-rails -v=2.0.0.beta.8 Now when I run autotest in my app- or in the example app fr

Re: [rspec-users] Rails 3, Rspec 2, Autotest

2010-05-12 Thread dchelim...@gmail.com
On May 9, 8:43 am, Scott Woods wrote: > I get a slightly different error when following the gist. Here is my > error, in case the extra data point helps: > > $ autotest > loading autotest/rails_rspec_rspec2 > Error loading Autotest style autotest/rails_rspec_rspec2 (no such file > to load -- autot

Re: [rspec-users] Rails 3, Rspec 2, Autotest

2010-05-12 Thread Scott Woods
I get a slightly different error when following the gist. Here is my error, in case the extra data point helps: $ autotest loading autotest/rails_rspec_rspec2 Error loading Autotest style autotest/rails_rspec_rspec2 (no such file to load -- autotest/rails_rspec_rspec2). Aborting. Note the extra "

Re: [rspec-users] Rails 3, Rspec 2, Autotest

2010-04-18 Thread Michael Guterl
On Sun, Apr 18, 2010 at 12:52 PM, Michael Guterl wrote: > On Sun, Apr 18, 2010 at 12:30 PM, Michael Guterl wrote: >> On Sat, Apr 17, 2010 at 11:10 AM, David Chelimsky >> wrote: >>> On Apr 17, 2010, at 9:42 AM, Tim Riendeau wrote: >>> >>> I am having similar issue getting this working. I am runn

Re: [rspec-users] Rails 3, Rspec 2, Autotest

2010-04-18 Thread Michael Guterl
On Sun, Apr 18, 2010 at 12:30 PM, Michael Guterl wrote: > On Sat, Apr 17, 2010 at 11:10 AM, David Chelimsky > wrote: >> On Apr 17, 2010, at 9:42 AM, Tim Riendeau wrote: >> >> I am having similar issue getting this working. I am running rails3.beta3 >> with ruby 1.8.7. I followed http://gist.gith

Re: [rspec-users] Rails 3, Rspec 2, Autotest

2010-04-18 Thread Tim Riendeau
I am still not able to get this going either using 1.8.7 or ruby 1.9.2 Macintosh-7:example tim$ autotest loading autotest/rails_rspec2 Autotest style autotest/rails_rspec2 doesn't seem to exist. Aborting. Macintosh-7:example tim$ rvm use ruby-head Using ruby head Macintosh-7:example tim$ autotest

Re: [rspec-users] Rails 3, Rspec 2, Autotest

2010-04-18 Thread Michael Guterl
On Sat, Apr 17, 2010 at 11:10 AM, David Chelimsky wrote: > On Apr 17, 2010, at 9:42 AM, Tim Riendeau wrote: > > I am having similar issue getting this working. I am running rails3.beta3 > with ruby 1.8.7. I followed http://gist.github.com/365816 and I get the > following: > > loading autotest/rail

Re: [rspec-users] Rails 3, Rspec 2, Autotest

2010-04-17 Thread David Chelimsky
On Apr 17, 2010, at 9:42 AM, Tim Riendeau wrote: > I am having similar issue getting this working. I am running rails3.beta3 > with ruby 1.8.7. I followed http://gist.github.com/365816 and I get the > following: > > loading autotest/rails_rspec2 > Autotest style autotest/rails_rspec2 doesn't se

Re: [rspec-users] Rails 3, Rspec 2, Autotest

2010-04-17 Thread Tim Riendeau
I am having similar issue getting this working. I am running rails3.beta3 with ruby 1.8.7. I followed http://gist.github.com/365816 and I get the following: loading autotest/rails_rspec2 Autotest style autotest/rails_rspec2 doesn't seem to exist. Aborting. I uninstalled and reinstalled the ZenTe

[rspec-users] Rails 3, Rspec 2, Autotest

2010-04-15 Thread Mark Pittillo
Trying to set up a Rails 3 project with RSpec and Autotest. I followed these steps exactly: http://gist.github.com/365816 But when I start up autotest, I get: $ autotest loading autotest/rails style: Rails instead of: $ autotest loading autotest/rails_rspec2 style: RailsRspec2 And autotest d