instance method
new
Ruby on Rails 8.0.4
Since v3.0.20Signature
new(*)
No documentation comment.
Parameters
-
argsrest
Source
# File actionview/lib/action_view/test_case.rb, line 187
def new(*)
include_helper_modules!
super
end
Defined in actionview/lib/action_view/test_case.rb line 187
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionView::TestCase::Behavior::ClassMethods