David Chelimsky wrote:
> On 7/9/07, Edward Ocampo-Gooding <[EMAIL PROTECTED]> wrote:
>> David Chelimsky wrote:
>>> Did you run "ruby script/generate rspec"?
>> Yep; but this time I let it regenerate spec.opts
>>
>> Turns out that the --drb flag is the culprit.
> 
> I don't understand how --drb is related to this. You said you were
> seeing a problem with a method that used to be in spec_helper.rb and
> has been removed (raise_controller_errors). What does that have to do
> with --drb?

No, it's always been a virgin generated spec_helper.rb file; I was just 
wondering earlier if I was missing something in that.

I previously had --drb in my spec.opts and was having those "undefined 
local variable or method `raise_controller_errors'", but after removing 
--drb, everything works as expected.

Edward
_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to