Add some model tests #9

Merged
atomaka merged 7 commits from model-tests into main 2023-11-22 21:41:07 -05:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 2c785a8ee1 - Show all commits

View file

@ -2,7 +2,7 @@ require "application_system_test_case"
class ExpensesTest < ApplicationSystemTestCase
setup do
@expense = expenses(:one)
@expense = expenses(:monthly_expense)
end
test "visiting the index" do

View file

@ -2,7 +2,7 @@ require "application_system_test_case"
class IncomesTest < ApplicationSystemTestCase
setup do
@income = incomes(:one)
@income = incomes(:included_1)
end
test "visiting the index" do