On Dec 12, 2007, at 10:56 AM, David Chelimsky wrote:

> On Dec 12, 2007 9:50 AM, Alvin Schur <[EMAIL PROTECTED]> wrote:
>> With rspec 1.0.8 I have a spec in the directory:
>> spec/units/controllers/application_controller_spec.rb
>>
>> require File.dirname(__FILE__) + '/../../spec_helper'
>>
>> class DummyController < ApplicationController
>>   def index
>>     raise "Prevent index from rendering"
>>   end
>> end
>>
>> describe ApplicationController, "Handling errors in production",
>> :behaviour_type => :controller do
>
> Try :type instead and see if that works.

Yep.  I had a bunch of regressions with :behaviour_type => ..., which  
started to fail a few weeks ago.  Changing it to :type seemed to fix  
it up.

Scott

_______________________________________________
rspec-users mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to