Add & Display Flights
This commit is contained in:
9
test/controllers/flights_controller_test.rb
Normal file
9
test/controllers/flights_controller_test.rb
Normal file
@@ -0,0 +1,9 @@
|
||||
require 'test_helper'
|
||||
|
||||
class FlightsControllerTest < ActionDispatch::IntegrationTest
|
||||
test "should get index" do
|
||||
get flights_index_url
|
||||
assert_response :success
|
||||
end
|
||||
|
||||
end
|
||||
Reference in New Issue
Block a user