mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-12-17 19:12:37 -05:00
FIX: Broken spec
This commit is contained in:
parent
64a1a44c4b
commit
ba80ae73be
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@ describe UserFirst do
|
|||
|
||||
it "doesn't create the userfirst on private posts" do
|
||||
post = PostCreator.create(user,
|
||||
archetype: Archetype.private_message,
|
||||
target_usernames: ['codinghorror'],
|
||||
title: "this topic is about candy",
|
||||
raw: "time to eat some sweet :candy: mmmm")
|
||||
|
|
Loading…
Reference in a new issue