2022-11-20 15:43:33 -05:00
|
|
|
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
|
|
|
|
|
|
|
one:
|
|
|
|
description: MyString
|
|
|
|
payment: 9.99
|
|
|
|
period: 1
|
2023-03-03 18:12:59 -05:00
|
|
|
credit_card: false
|
2022-11-20 15:43:33 -05:00
|
|
|
estimated: false
|
|
|
|
|
|
|
|
two:
|
|
|
|
description: MyString
|
|
|
|
payment: 9.99
|
|
|
|
period: 1
|
2023-03-03 18:12:59 -05:00
|
|
|
credit_card: false
|
2022-11-20 15:43:33 -05:00
|
|
|
estimated: false
|