instance method
make_test_case_available_to_view!
Ruby on Rails 2.3.18
Since v2.3.18 Last seen in v2.3.18 PrivateSignature
make_test_case_available_to_view!()
No documentation comment.
Source
# File actionpack/lib/action_view/test_case.rb, line 110
def make_test_case_available_to_view!
test_case_instance = self
master_helper_module.module_eval do
define_method(:_test_case) { test_case_instance }
private :_test_case
end
end
Defined in actionpack/lib/action_view/test_case.rb line 110
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionView::TestCase