Some checks failed
Run unit tests / check-licenses (pull_request) Successful in 59s
Run unit tests / rubocop (pull_request) Failing after 1m5s
Run unit tests / copyright_notice (pull_request) Successful in 2m46s
Run unit tests / unit_tests (pull_request) Successful in 5m9s
Run unit tests / build-static-assets (pull_request) Has been skipped
8 lines
164 B
Ruby
8 lines
164 B
Ruby
# Copyright (C) 2024-2025 LibreWeddingPlanner contributors
|
|
|
|
require 'rails_helper'
|
|
|
|
RSpec.describe Website, type: :model do
|
|
it { should belong_to(:wedding) }
|
|
end
|