Add income tests
This commit is contained in:
parent
b460ae31cf
commit
2fff930794
2 changed files with 17 additions and 11 deletions
|
@ -1,7 +1,7 @@
|
|||
require "test_helper"
|
||||
|
||||
class IncomeTest < ActiveSupport::TestCase
|
||||
# test "the truth" do
|
||||
# assert true
|
||||
# end
|
||||
def test_total
|
||||
assert_equal 100_000.00, Income.total
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue