require 'test_helper' class FlightsControllerTest < ActionDispatch::IntegrationTest test "should get index" do get flights_index_url assert_response :success end end