Compare commits
1 Commits
7ceeb6f4c7
...
a142321354
Author | SHA1 | Date | |
---|---|---|---|
a142321354 |
@ -1,8 +1,10 @@
|
|||||||
# 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