Homies and money moves
This commit is contained in:
9
test/fixtures/homies.yml
vendored
Normal file
9
test/fixtures/homies.yml
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
name: MyText
|
||||
importance: 1
|
||||
|
||||
two:
|
||||
name: MyText
|
||||
importance: 1
|
||||
13
test/fixtures/money_moves.yml
vendored
Normal file
13
test/fixtures/money_moves.yml
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
description: MyText
|
||||
amount: 9.99
|
||||
from_homie: one
|
||||
to_homie: one
|
||||
|
||||
two:
|
||||
description: MyText
|
||||
amount: 9.99
|
||||
from_homie: two
|
||||
to_homie: two
|
||||
Reference in New Issue
Block a user