I’m trying to test that a view was rendered with a given layout. How
can I test which layout was used for the call to render() ?
The call that I want to test looks like this:
render :some_view, :layout => ‘some_layout’
Thanks!
Lowell
I’m trying to test that a view was rendered with a given layout. How
can I test which layout was used for the call to render() ?
The call that I want to test looks like this:
render :some_view, :layout => ‘some_layout’
Thanks!
Lowell
On Sep 9, 2010, at 4:52 PM, Lowell wrote:
I’m trying to test that a view was rendered with a given layout. How
can I test which layout was used for the call to render() ?The call that I want to test looks like this:
render :some_view, :layout => ‘some_layout’
response.should render_template(“layouts/some_layout”)
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs