mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-01 01:17:36 +08:00
7 lines
138 B
Ruby
7 lines
138 B
Ruby
# frozen_string_literal: true
|
|
|
|
Fabricator(:published_page) do
|
|
topic
|
|
slug "published-page-test-#{SecureRandom.hex}"
|
|
public false
|
|
end
|