mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-19 05:09:38 +02: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:
parent
19f15e9391
commit
facd74f733
12 changed files with 156 additions and 40 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue