wedding-planner/spec/models/website_spec.rb
Manuel Bustillo 7ceeb6f4c7
Some checks failed
Run unit tests / rubocop (pull_request) Failing after 26s
Run unit tests / check-licenses (pull_request) Successful in 32s
Run unit tests / copyright_notice (pull_request) Successful in 36s
Run unit tests / unit_tests (pull_request) Successful in 1m59s
Run unit tests / build-static-assets (pull_request) Has been skipped
Fix rubocop ofenses
2025-06-08 23:09:14 +02:00

10 lines
189 B
Ruby

# Copyright (C) 2024-2025 LibreWeddingPlanner contributors
# frozen_string_literal: true
require 'rails_helper'
RSpec.describe Website do
it { is_expected.to belong_to(:wedding) }
end