mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
missed underscore in AV::TestCase helper_method documentation
This commit is contained in:
@@ -63,7 +63,7 @@ module ActionView
|
||||
methods.flatten.each do |method|
|
||||
_helpers.module_eval <<-end_eval
|
||||
def #{method}(*args, &block) # def current_user(*args, &block)
|
||||
_test_case.send(%(#{method}), *args, &block) # test_case.send(%(current_user), *args, &block)
|
||||
_test_case.send(%(#{method}), *args, &block) # _test_case.send(%(current_user), *args, &block)
|
||||
end # end
|
||||
end_eval
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user