Re: [rspec-users] Upgraded to 2.1 and 1.1.4 from 2.0 and 1.1.3, no output from 'rake spec'

2008-08-23 Thread Pat Parslow
Joe Van Dyk wrote: > $ rake spec --trace > (in /Users/joe/projects/tanga) > ** Invoke spec (first_time) > ** Invoke db:test:prepare (first_time) > ** Invoke db:abort_if_pending_migrations (first_time) > ** Invoke environment (first_time) > ** Execute environment > ** Execute db:abort_if_pending_mig

Re: [rspec-users] Controller specs erroneously loading views in edge rails?

2008-08-23 Thread Sven Fuchs
Ok, done. http://rspec.lighthouseapp.com/projects/5645-rspec/tickets/508-recent-changes-in-actionpack-break-controller-specs Thanks! On 23.08.2008, at 16:28, David Chelimsky wrote: There are a number of changes to action pack recently that are incompatible with rspec. Please report these to l

Re: [rspec-users] Controller specs erroneously loading views in edge rails?

2008-08-23 Thread David Chelimsky
On Sat, Aug 23, 2008 at 12:44 PM, John Reilly <[EMAIL PROTECTED]> wrote: > On Aug 23, 9:28 am, "David Chelimsky" <[EMAIL PROTECTED]> wrote: >> There are a number of changes to action pack recently that are >> incompatible with rspec. Please report these to lighthouse. > > I'm assuming you mean rspe

Re: [rspec-users] Controller specs erroneously loading views in edge rails?

2008-08-23 Thread John Reilly
On Aug 23, 9:28 am, "David Chelimsky" <[EMAIL PROTECTED]> wrote: > There are a number of changes to action pack recently that are > incompatible with rspec. Please report these to lighthouse. I'm assuming you mean rspec's lighthouse, not rails'? :) -- John Reilly _

[rspec-users] Upgraded to 2.1 and 1.1.4 from 2.0 and 1.1.3, no output from 'rake spec'

2008-08-23 Thread Joe Van Dyk
$ rake spec --trace (in /Users/joe/projects/tanga) ** Invoke spec (first_time) ** Invoke db:test:prepare (first_time) ** Invoke db:abort_if_pending_migrations (first_time) ** Invoke environment (first_time) ** Execute environment ** Execute db:abort_if_pending_migrations ** Execute db:test:prepare

Re: [rspec-users] Controller specs erroneously loading views in edge rails?

2008-08-23 Thread David Chelimsky
There are a number of changes to action pack recently that are incompatible with rspec. Please report these to lighthouse. Thanks, David On Sat, Aug 23, 2008 at 6:12 AM, Sven Fuchs <[EMAIL PROTECTED]> wrote: > Trying to port an existing app to current Rails edge I've seen similar > things yesterd

Re: [rspec-users] Controller specs erroneously loading views in edge rails?

2008-08-23 Thread Sven Fuchs
Trying to port an existing app to current Rails edge I've seen similar things yesterday. I've also updated RSpec/Rails to recent edge. Here are two workarounds I've come up with for two of the problems. I'm not sure if they cause other problems themselves, but maybe they're still useful as