budget/test/models/credit_card_bill_test.rb

8 lines
128 B
Ruby
Raw Normal View History

2023-02-24 19:08:12 -05:00
require "test_helper"
2023-03-03 18:12:59 -05:00
class CreditCardBillTest < ActiveSupport::TestCase
2023-02-24 19:08:12 -05:00
# test "the truth" do
# assert true
# end
end