Compare commits
1 Commits
a142321354
...
7ceeb6f4c7
Author | SHA1 | Date | |
---|---|---|---|
7ceeb6f4c7 |
@ -1,10 +1,8 @@
|
|||||||
# Copyright (C) 2024-2025 LibreWeddingPlanner contributors
|
# Copyright (C) 2024-2025 LibreWeddingPlanner contributors
|
||||||
|
|
||||||
# frozen_string_literal: true
|
|
||||||
|
|
||||||
FactoryBot.define do
|
FactoryBot.define do
|
||||||
factory :website do
|
factory :website do
|
||||||
content { 'MyText' }
|
content { "MyText" }
|
||||||
wedding { nil }
|
wedding { nil }
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user