[rspec-users] Autotest/RSpec 1.1.4/Rails 2.1 Infinite Loop?

2008-06-03 Thread Andrew Selder
I just got back from RailsConf, and upgraded on of my development apps to 2.1, and now autotest is going into an infinite loop. It runs tests continuously instead of waiting for files to be saved before rerunning. Has anybody else seen this, or know how to get around it? Thanks, Andrew ___

Re: [rspec-users] Build rspec-rails as a gem?

2008-06-03 Thread Ben Mabey
Pat Maddox wrote: On Mon, Jun 2, 2008 at 11:09 PM, Jose Fernandez <[EMAIL PROTECTED]> wrote: I can't figure out how to build rspec-rails as a gem when just cloned from github... there isn't any .gemspec file or rake task that does this. Any help? rspec-rails is a rails plugin, not a ge

Re: [rspec-users] Build rspec-rails as a gem?

2008-06-03 Thread David Chelimsky
On Jun 3, 2008, at 11:31 AM, Ben Mabey wrote: Pat Maddox wrote: On Mon, Jun 2, 2008 at 11:09 PM, Jose Fernandez <[EMAIL PROTECTED] forum.com> wrote: I can't figure out how to build rspec-rails as a gem when just cloned from github... there isn't any .gemspec file or rake task that does th

Re: [rspec-users] Build rspec-rails as a gem?

2008-06-03 Thread Ben Mabey
David Chelimsky wrote: On Jun 3, 2008, at 11:31 AM, Ben Mabey wrote: Pat Maddox wrote: On Mon, Jun 2, 2008 at 11:09 PM, Jose Fernandez <[EMAIL PROTECTED]> wrote: I can't figure out how to build rspec-rails as a gem when just cloned from github... there isn't any .gemspec file or rake task

Re: [rspec-users] Build rspec-rails as a gem?

2008-06-03 Thread David Chelimsky
On Jun 3, 2008, at 11:55 AM, Ben Mabey wrote: David Chelimsky wrote: On Jun 3, 2008, at 11:31 AM, Ben Mabey wrote: Pat Maddox wrote: On Mon, Jun 2, 2008 at 11:09 PM, Jose Fernandez <[EMAIL PROTECTED] > wrote: I can't figure out how to build rspec-rails as a gem when just cloned from git

Re: [rspec-users] Autotest/RSpec 1.1.4/Rails 2.1 Infinite Loop?

2008-06-03 Thread rfwatson
Had this a few times - seems to be something to do with the .autotest file in your home folder, replacing that has helped me before, but I can't be more specific. 2008/6/3 Andrew Selder <[EMAIL PROTECTED]>: > I just got back from RailsConf, and upgraded on of my development apps to > 2.1, and n

[rspec-users] controller filters running twice in 1.1.4?

2008-06-03 Thread Matt McNeil
since upgrading to 1.1.4 (I had been running without issue on a git snapshot), I'm noticing that my filter actions initiated from application.rb seem to be running twice. I created a test rails project with the rspec scaffold and am also seeing the same behavior here too. Adding this code to app

Re: [rspec-users] controller filters running twice in 1.1.4?

2008-06-03 Thread Pat Maddox
On Tue, Jun 3, 2008 at 5:31 PM, Matt McNeil <[EMAIL PROTECTED]> wrote: > > since upgrading to 1.1.4 (I had been running without issue on a git > snapshot), I'm noticing that my filter actions initiated from application.rb > seem to be running twice. I created a test rails project with the rspec >

Re: [rspec-users] controller filters running twice in 1.1.4?

2008-06-03 Thread Matt McNeil
Pat Maddox wrote: > > On Tue, Jun 3, 2008 at 5:31 PM, Matt McNeil <[EMAIL PROTECTED]> wrote: >> >> since upgrading to 1.1.4 (I had been running without issue on a git >> snapshot), I'm noticing that my filter actions initiated from >> application.rb >> seem to be running twice. I created a test

Re: [rspec-users] controller filters running twice in 1.1.4?

2008-06-03 Thread Pat Maddox
On Tue, Jun 3, 2008 at 7:27 PM, Matt McNeil <[EMAIL PROTECTED]> wrote: > > > Pat Maddox wrote: >> >> On Tue, Jun 3, 2008 at 5:31 PM, Matt McNeil <[EMAIL PROTECTED]> wrote: >>> >>> since upgrading to 1.1.4 (I had been running without issue on a git >>> snapshot), I'm noticing that my filter actions

Re: [rspec-users] autotest only passing spec files to rspec once

2008-06-03 Thread Hans de Graaff
On Fri, 2008-04-11 at 17:16 +0200, Andy Orahood wrote: > When I run autotest it works fine the first time, generating the command > line: > > /usr/bin/ruby1.8 -S script/spec -O spec/spec.opts > spec/models/timespan_spec.rb spec/models/article_spec.rb ... spec files> > > and all my specs get run.

Re: [rspec-users] Anyone seen weird autotest behaviour on trunk?

2008-06-03 Thread Hans de Graaff
On Tue, 2008-04-01 at 08:48 +0100, Ashley Moran wrote: > > Hmm, exact same revision as me. Are we the only one s having > problems? I've also noticed errors along the lines of > "ActionController not found" and "expected XXX to respond to > respond_to?" (or something - that from the developer t