# File test/functional/test_users_controller_test.rb, line 18
  def test_index
    get :index
    assert_response :success
    assert_template 'list'
  end