Initial commit
This commit is contained in:
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 https://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
|
||||
11
test/fixtures/employers.yml
vendored
Normal file
11
test/fixtures/employers.yml
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
# Read about fixtures at https://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
test/fixtures/files/.keep
vendored
Normal file
0
test/fixtures/files/.keep
vendored
Normal file
11
test/fixtures/products.yml
vendored
Normal file
11
test/fixtures/products.yml
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
# Read about fixtures at https://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
|
||||
25
test/fixtures/subscriptions.yml
vendored
Normal file
25
test/fixtures/subscriptions.yml
vendored
Normal file
@@ -0,0 +1,25 @@
|
||||
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
contact: MyString
|
||||
licenses_count: 1
|
||||
name: MyString
|
||||
supplier_name: MyString
|
||||
industry_name: MyString
|
||||
product_name: MyString
|
||||
licese_type: 1
|
||||
max_users: 1
|
||||
starts_at: 2021-09-06
|
||||
ends_at: 2021-09-06
|
||||
|
||||
two:
|
||||
contact: MyString
|
||||
licenses_count: 1
|
||||
name: MyString
|
||||
supplier_name: MyString
|
||||
industry_name: MyString
|
||||
product_name: MyString
|
||||
licese_type: 1
|
||||
max_users: 1
|
||||
starts_at: 2021-09-06
|
||||
ends_at: 2021-09-06
|
||||
11
test/fixtures/suppliers.yml
vendored
Normal file
11
test/fixtures/suppliers.yml
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
# Read about fixtures at https://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