require "test_helper" class LogsControllerTest < ActionController::TestCase def test_index get :index assert_response :success end end