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