mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-22 14:49:38 +02:00
8 lines
122 B
Ruby
8 lines
122 B
Ruby
|
require "test_helper"
|
||
|
|
||
|
class Account::IssueTest < ActiveSupport::TestCase
|
||
|
test "the truth" do
|
||
|
assert true
|
||
|
end
|
||
|
end
|