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