Add realistic fixture
This commit is contained in:
14
test/fixtures/parks.yml
vendored
14
test/fixtures/parks.yml
vendored
@@ -1,15 +1,15 @@
|
||||
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
code: MyString
|
||||
name: MyString
|
||||
code: crla
|
||||
name: Crater Lake National Park
|
||||
established_date: 2025-10-07 21:41:09
|
||||
states: MyText
|
||||
properties:
|
||||
states: OR
|
||||
properties:
|
||||
|
||||
two:
|
||||
code: MyString
|
||||
name: MyString
|
||||
code: olym
|
||||
name: Olympic National Park
|
||||
established_date: 2025-10-07 21:41:09
|
||||
states: MyText
|
||||
states: WA
|
||||
properties:
|
||||
|
||||
Reference in New Issue
Block a user