require "test_helper" class IncomeTest < ActiveSupport::TestCase def test_total assert_equal 100_000.00, Income.total end end