class AbstractController::Testing::AbstractHelpers
Public Instance Methods
helpery_test()
click to toggle source
# File actionview/test/actionpack/abstract/helper_test.rb, line 27 def helpery_test "World" end
with_block()
click to toggle source
# File actionview/test/actionpack/abstract/helper_test.rb, line 34 def with_block render inline: "Hello <%= helpery_test %>" end
with_symbol()
click to toggle source
# File actionview/test/actionpack/abstract/helper_test.rb, line 38 def with_symbol render inline: "I respond to bare_a: <%= respond_to?(:bare_a) %>" end