Andrew Tomaka
e1a7f4fbbd
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #9
25 lines
435 B
YAML
25 lines
435 B
YAML
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
|
|
|
included_1:
|
|
description: Salary
|
|
included: true
|
|
amount: 85_000.00
|
|
member: one
|
|
|
|
included_2:
|
|
description: Salary
|
|
included: true
|
|
amount: 15_000.00
|
|
member: one
|
|
|
|
excluded:
|
|
description: Bonus
|
|
included: false
|
|
amount: 10_000
|
|
member: one
|
|
|
|
another_included:
|
|
description: Salary
|
|
included: true
|
|
amount: 10_000.00
|
|
member: two
|