mirror of
https://github.com/discourse/discourse.git
synced 2025-06-04 07:14:41 +08:00
DEV: Use describe
for methods in specs
This commit is contained in:

committed by
Loïc Guitaut

parent
f1c3670d74
commit
296aad430a
@ -1793,7 +1793,7 @@ describe PostCreator do
|
||||
end
|
||||
end
|
||||
|
||||
context "#create_post_notice" do
|
||||
describe "#create_post_notice" do
|
||||
fab!(:user) { Fabricate(:user) }
|
||||
fab!(:staged) { Fabricate(:staged) }
|
||||
fab!(:anonymous) { Fabricate(:anonymous) }
|
||||
|
Reference in New Issue
Block a user