Andrew Tomaka
e1a7f4fbbd
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #9
7 lines
135 B
Ruby
7 lines
135 B
Ruby
require "test_helper"
|
|
|
|
class IncomeTest < ActiveSupport::TestCase
|
|
def test_total
|
|
assert_equal 110_000.00, Income.total
|
|
end
|
|
end
|