class WithHelpersTest

Public Instance Methods

test_with_helpers() click to toggle source
# File actionpack/test/controller/api/with_helpers_test.rb, line 29
def test_with_helpers
  get :with_helpers

  assert_equal "helper", response.body
end