# Copyright (C) 2024-2025 LibreWeddingPlanner contributors require 'rails_helper' RSpec.describe Website, type: :model do it { should belong_to(:wedding) } end