mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 07:53:49 +08:00
DEV: Use describe
for methods in specs
This commit is contained in:

committed by
Loïc Guitaut

parent
f1c3670d74
commit
296aad430a
@ -5,7 +5,7 @@ require 'topic_subtype'
|
||||
|
||||
describe SystemMessage do
|
||||
|
||||
context '#create' do
|
||||
describe '#create' do
|
||||
|
||||
fab!(:admin) { Fabricate(:admin) }
|
||||
fab!(:user) { Fabricate(:user) }
|
||||
|
Reference in New Issue
Block a user