# Copyright (C) 2024-2025 LibreWeddingPlanner contributors FactoryBot.define do factory :website do content { "MyText" } wedding { nil } end end