mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-02 12:05:19 +02:00
9 lines
171 B
Ruby
9 lines
171 B
Ruby
require "test_helper"
|
|
|
|
class FamilyTest < ActiveSupport::TestCase
|
|
include SyncableInterfaceTest
|
|
|
|
def setup
|
|
@syncable = @family = families(:dylan_family)
|
|
end
|
|
end
|