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