require 'test_helper' class PeopleControllerTest < ActionController::TestCase test "should get list" do get :list assert_response :success end end