mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-26 00:29:40 +02:00
6 lines
121 B
Ruby
6 lines
121 B
Ruby
|
require "test_helper"
|
||
|
|
||
|
class Account::TransactionTest < ActiveSupport::TestCase
|
||
|
include Account::EntriesTestHelper
|
||
|
end
|