mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FEATURE: allows published pages to be public (#10053)
This commit is contained in:
@@ -2,5 +2,6 @@
|
||||
|
||||
Fabricator(:published_page) do
|
||||
topic
|
||||
slug "published-page-test"
|
||||
slug "published-page-test-#{SecureRandom.hex}"
|
||||
public false
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user