mirror of
https://github.com/we-promise/sure.git
synced 2026-04-20 04:24:06 +00:00
Integrate money-rails gem (#268)
* Integrate money-rails gem * Fix Lint issues * Basic test for monetize feature * Merge main branch * Changes to monetize balance field --------- Co-authored-by: Zach Gollwitzer <zach.gollwitzer@gmail.com>
This commit is contained in:
6
test/fixtures/accounts.yml
vendored
6
test/fixtures/accounts.yml
vendored
@@ -1,14 +1,14 @@
|
||||
dylan_checking:
|
||||
family: dylan_family
|
||||
name: Bob's Checking
|
||||
balance: 1200
|
||||
balance_cents: 1200
|
||||
|
||||
dylan_roth:
|
||||
family: dylan_family
|
||||
name: Bob's Roth IRA
|
||||
balance: 1200
|
||||
balance_cents: 1200
|
||||
|
||||
richards_savings:
|
||||
family: richards_family
|
||||
name: Keef's HYSA
|
||||
balance: 1500
|
||||
balance_cents: 1500
|
||||
|
||||
Reference in New Issue
Block a user