mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-24 15:49:39 +02:00
8 lines
128 B
Ruby
8 lines
128 B
Ruby
|
require "test_helper"
|
||
|
|
||
|
class BudgetCategoryTest < ActiveSupport::TestCase
|
||
|
# test "the truth" do
|
||
|
# assert true
|
||
|
# end
|
||
|
end
|