working form
This commit is contained in:
9
test/fixtures/authors.yml
vendored
Normal file
9
test/fixtures/authors.yml
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
name: MyString
|
||||
unique_id: MyString
|
||||
|
||||
two:
|
||||
name: MyString
|
||||
unique_id: MyString
|
||||
11
test/fixtures/proverbs.yml
vendored
Normal file
11
test/fixtures/proverbs.yml
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
quote: MyString
|
||||
author_id: 1
|
||||
user_id: 1
|
||||
|
||||
two:
|
||||
quote: MyString
|
||||
author_id: 1
|
||||
user_id: 1
|
||||
7
test/fixtures/users.yml
vendored
Normal file
7
test/fixtures/users.yml
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
email: MyString
|
||||
|
||||
two:
|
||||
email: MyString
|
||||
Reference in New Issue
Block a user