Make open source
This commit is contained in:
0
test/fixtures/.keep
vendored
Normal file
0
test/fixtures/.keep
vendored
Normal file
11
test/fixtures/admin_users.yml
vendored
Normal file
11
test/fixtures/admin_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:
|
||||
email: admin1@example.com
|
||||
|
||||
two:
|
||||
email: admin2@example.com
|
0
test/fixtures/files/.keep
vendored
Normal file
0
test/fixtures/files/.keep
vendored
Normal file
13
test/fixtures/guests.yml
vendored
Normal file
13
test/fixtures/guests.yml
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
token: abcdefghijkmnopqrstuv
|
||||
email: one@example.com
|
||||
first_name: Guest
|
||||
last_name: One
|
||||
|
||||
two:
|
||||
token: vutsrqponmkjihgfedcba
|
||||
email: two@example.com
|
||||
first_name: Guest
|
||||
last_name: Two
|
15
test/fixtures/plus_ones.yml
vendored
Normal file
15
test/fixtures/plus_ones.yml
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
guest: one
|
||||
first_name: Plus
|
||||
last_name: One
|
||||
diet: Level 1 Vegan
|
||||
child: false
|
||||
|
||||
two:
|
||||
guest: one
|
||||
first_name: Plus
|
||||
last_name: Two
|
||||
diet: Level 2 Vegan
|
||||
child: false
|
Reference in New Issue
Block a user