FEATURE: allows published pages to be public (#10053)

This commit is contained in:
Joffrey JAFFEUX
2020-06-17 12:42:20 +02:00
committed by GitHub
parent 7d289a4f3e
commit 9da3a7f436
14 changed files with 196 additions and 30 deletions

View File

@@ -2,5 +2,6 @@
Fabricator(:published_page) do
topic
slug "published-page-test"
slug "published-page-test-#{SecureRandom.hex}"
public false
end