Compare commits

..

1 Commits

Author SHA1 Message Date
a142321354 Fix rubocop ofenses
Some checks failed
Run unit tests / check-licenses (pull_request) Successful in 1m5s
Run unit tests / copyright_notice (pull_request) Successful in 1m46s
Run unit tests / rubocop (pull_request) Failing after 2m2s
Run unit tests / unit_tests (pull_request) Successful in 4m55s
Run unit tests / build-static-assets (pull_request) Has been skipped
2025-06-08 23:11:03 +02:00

View File

@ -1,8 +1,10 @@
# Copyright (C) 2024-2025 LibreWeddingPlanner contributors
# frozen_string_literal: true
FactoryBot.define do
factory :website do
content { "MyText" }
content { 'MyText' }
wedding { nil }
end
end