Add some model tests #9
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@ require "application_system_test_case"
|
||||||
|
|
||||||
class ExpensesTest < ApplicationSystemTestCase
|
class ExpensesTest < ApplicationSystemTestCase
|
||||||
setup do
|
setup do
|
||||||
@expense = expenses(:one)
|
@expense = expenses(:monthly_expense)
|
||||||
end
|
end
|
||||||
|
|
||||||
test "visiting the index" do
|
test "visiting the index" do
|
||||||
|
|
|
@ -2,7 +2,7 @@ require "application_system_test_case"
|
||||||
|
|
||||||
class IncomesTest < ApplicationSystemTestCase
|
class IncomesTest < ApplicationSystemTestCase
|
||||||
setup do
|
setup do
|
||||||
@income = incomes(:one)
|
@income = incomes(:included_1)
|
||||||
end
|
end
|
||||||
|
|
||||||
test "visiting the index" do
|
test "visiting the index" do
|
||||||
|
|
Loading…
Reference in a new issue