Scaffold park model
This commit is contained in:
15
test/fixtures/parks.yml
vendored
Normal file
15
test/fixtures/parks.yml
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
code: MyString
|
||||
name: MyString
|
||||
established_date: 2025-10-07 21:41:09
|
||||
states: MyText
|
||||
properties:
|
||||
|
||||
two:
|
||||
code: MyString
|
||||
name: MyString
|
||||
established_date: 2025-10-07 21:41:09
|
||||
states: MyText
|
||||
properties:
|
||||
7
test/models/park_test.rb
Normal file
7
test/models/park_test.rb
Normal file
@@ -0,0 +1,7 @@
|
||||
require "test_helper"
|
||||
|
||||
class ParkTest < ActiveSupport::TestCase
|
||||
# test "the truth" do
|
||||
# assert true
|
||||
# end
|
||||
end
|
||||
Reference in New Issue
Block a user