Add & Display Flights
This commit is contained in:
23
test/fixtures/flights.yml
vendored
Normal file
23
test/fixtures/flights.yml
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
aircraft: one
|
||||
date: 2022-01-13
|
||||
from: MyString
|
||||
to: MyString
|
||||
tach: 1.5
|
||||
hobbs: 1.5
|
||||
oil: false
|
||||
fuel: false
|
||||
time: 1.5
|
||||
|
||||
two:
|
||||
aircraft: two
|
||||
date: 2022-01-13
|
||||
from: MyString
|
||||
to: MyString
|
||||
tach: 1.5
|
||||
hobbs: 1.5
|
||||
oil: false
|
||||
fuel: false
|
||||
time: 1.5
|
||||
Reference in New Issue
Block a user