David Chelimsky wrote:
> On Thu, Sep 4, 2008 at 8:42 AM, Matt Wynne <[EMAIL PROTECTED]> wrote:
>> I want to spec that a controller uses a particular layout
>> how do I do that?
>
> Depends on what else is going on, but this is the simplest situation:
>
> controller.expect_render(:layout => 'special_layout')
> get :some_action
David:
Why is it that
get :some_action
controller.expect_render(:layout => 'special_layout')
ie having the get statement before the controller.expect.. statement
produces the ff error:
Mock 'expect_render_mock_proxy' expected :render with
({:layout=>"special_layout"}) once, but received it 0 times
Thanks
--
Posted via http://www.ruby-forum.com/.
_______________________________________________
rspec-users mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/rspec-users