mirror of
https://github.com/discourse/discourse.git
synced 2024-11-26 22:43:43 +08:00
FIX: Broken spec
This commit is contained in:
parent
64a1a44c4b
commit
ba80ae73be
|
@ -35,6 +35,7 @@ describe UserFirst do
|
||||||
|
|
||||||
it "doesn't create the userfirst on private posts" do
|
it "doesn't create the userfirst on private posts" do
|
||||||
post = PostCreator.create(user,
|
post = PostCreator.create(user,
|
||||||
|
archetype: Archetype.private_message,
|
||||||
target_usernames: ['codinghorror'],
|
target_usernames: ['codinghorror'],
|
||||||
title: "this topic is about candy",
|
title: "this topic is about candy",
|
||||||
raw: "time to eat some sweet :candy: mmmm")
|
raw: "time to eat some sweet :candy: mmmm")
|
||||||
|
|
Loading…
Reference in New Issue
Block a user