7 lines
103 B
Ruby
7 lines
103 B
Ruby
|
# frozen_string_literal: true
|
||
|
|
||
|
Fabricator(:published_page) do
|
||
|
topic
|
||
|
slug "published-page-test"
|
||
|
end
|