1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-08-02 12:05:19 +02:00
Maybe/test/models/family_test.rb
2025-07-09 13:28:37 -04:00

9 lines
171 B
Ruby

require "test_helper"
class FamilyTest < ActiveSupport::TestCase
include SyncableInterfaceTest
def setup
@syncable = @family = families(:dylan_family)
end
end