1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-08-03 20:45:21 +02:00
Maybe/test/models/family_test.rb

10 lines
171 B
Ruby
Raw Normal View History

2024-02-02 09:05:04 -06:00
require "test_helper"
class FamilyTest < ActiveSupport::TestCase
include SyncableInterfaceTest
def setup
2025-07-09 11:38:34 -04:00
@syncable = @family = families(:dylan_family)
end
2024-02-02 09:05:04 -06:00
end