Methods
T
Instance Public methods
test_helper_class_can_be_set_manually_not_just_inferred()
# File actionpack/test/template/test_test.rb, line 61
def test_helper_class_can_be_set_manually_not_just_inferred
  assert_equal PeopleHelper, self.class.helper_class
end