mirror of
https://github.com/we-promise/sure.git
synced 2026-04-18 19:44:09 +00:00
Net worth calculation (#508)
* Add classification generated column to account * Add basic net worth calculation * Add net worth tests * Fix lint errors
This commit is contained in:
@@ -3,7 +3,7 @@ require "test_helper"
|
||||
class AccountsControllerTest < ActionDispatch::IntegrationTest
|
||||
setup do
|
||||
sign_in @user = users(:family_admin)
|
||||
@account = accounts(:generic)
|
||||
@account = accounts(:checking)
|
||||
end
|
||||
|
||||
test "new" do
|
||||
|
||||
@@ -3,7 +3,7 @@ require "test_helper"
|
||||
class ValuationsControllerTest < ActionDispatch::IntegrationTest
|
||||
setup do
|
||||
sign_in @user = users(:family_admin)
|
||||
@account = accounts(:generic)
|
||||
@account = accounts(:checking)
|
||||
end
|
||||
|
||||
test "new" do
|
||||
|
||||
Reference in New Issue
Block a user