instance method
rendered_views
Ruby on Rails 4.2.9
Since v4.0.13Signature
rendered_views()
No documentation comment.
Source
# File actionview/lib/action_view/test_case.rb, line 124
def rendered_views
@_rendered_views ||= RenderedViewsCollection.new
end
Defined in actionview/lib/action_view/test_case.rb line 124
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionView::TestCase::Behavior