First commit
This commit is contained in:
0
example/test/fixtures/.keep
vendored
Normal file
0
example/test/fixtures/.keep
vendored
Normal file
11
example/test/fixtures/customers.yml
vendored
Normal file
11
example/test/fixtures/customers.yml
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
# This model initially had no columns defined. If you add columns to the
|
||||
# model remove the '{}' from the fixture names and add the columns immediately
|
||||
# below each fixture, per the syntax in the comments below
|
||||
#
|
||||
one: {}
|
||||
# column: value
|
||||
#
|
||||
two: {}
|
||||
# column: value
|
0
example/test/fixtures/files/.keep
vendored
Normal file
0
example/test/fixtures/files/.keep
vendored
Normal file
11
example/test/fixtures/products.yml
vendored
Normal file
11
example/test/fixtures/products.yml
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
name: MyString
|
||||
description: MyText
|
||||
price: 9.99
|
||||
|
||||
two:
|
||||
name: MyString
|
||||
description: MyText
|
||||
price: 9.99
|
11
example/test/fixtures/users.yml
vendored
Normal file
11
example/test/fixtures/users.yml
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
# This model initially had no columns defined. If you add columns to the
|
||||
# model remove the '{}' from the fixture names and add the columns immediately
|
||||
# below each fixture, per the syntax in the comments below
|
||||
#
|
||||
one: {}
|
||||
# column: value
|
||||
#
|
||||
two: {}
|
||||
# column: value
|
Reference in New Issue
Block a user