mirror of
https://github.com/we-promise/sure.git
synced 2026-04-19 12:04:08 +00:00
Add default currencies to forms based on preference (#994)
* Add default currencies to forms based on preference * Remove dev debugging
This commit is contained in:
@@ -86,6 +86,7 @@ class AccountsControllerTest < ActionDispatch::IntegrationTest
|
||||
account: {
|
||||
accountable_type: "Depository",
|
||||
balance: 200,
|
||||
currency: "USD",
|
||||
subtype: "checking",
|
||||
institution_id: institutions(:chase).id
|
||||
}
|
||||
@@ -102,6 +103,7 @@ class AccountsControllerTest < ActionDispatch::IntegrationTest
|
||||
account: {
|
||||
accountable_type: "Depository",
|
||||
balance: 200,
|
||||
currency: "USD",
|
||||
subtype: "checking",
|
||||
institution_id: institutions(:chase).id,
|
||||
start_balance: 100,
|
||||
|
||||
Reference in New Issue
Block a user