added suppliers, weight to item
This commit is contained in:
21
back-office/test/fixtures/suppliers.yml
vendored
Normal file
21
back-office/test/fixtures/suppliers.yml
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
name: MyString
|
||||
address: MyString
|
||||
postal_code: MyString
|
||||
town: MyString
|
||||
phone: MyString
|
||||
contact_person: MyString
|
||||
email: MyString
|
||||
note: MyText
|
||||
|
||||
two:
|
||||
name: MyString
|
||||
address: MyString
|
||||
postal_code: MyString
|
||||
town: MyString
|
||||
phone: MyString
|
||||
contact_person: MyString
|
||||
email: MyString
|
||||
note: MyText
|
||||
Reference in New Issue
Block a user