Initial commit
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user