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 c0e0c4ef8f - Show all commits

View file

@ -2,7 +2,7 @@ require "test_helper"
class ExpensesControllerTest < ActionDispatch::IntegrationTest
setup do
@expense = expenses(:one)
@expense = expenses(:monthly_expense)
end
test "should get index" do

View file

@ -2,7 +2,7 @@ require "test_helper"
class IncomesControllerTest < ActionDispatch::IntegrationTest
setup do
@income = incomes(:one)
@income = incomes(:included_1)
end
test "should get index" do