mirror of
https://github.com/discourse/discourse.git
synced 2025-05-21 18:12:32 +08:00
DEV: Use describe
for methods in specs
This commit is contained in:

committed by
Loïc Guitaut

parent
f1c3670d74
commit
296aad430a
@ -83,7 +83,7 @@ describe DiscourseEvent do
|
||||
end
|
||||
end
|
||||
|
||||
context '#all_off' do
|
||||
describe '#all_off' do
|
||||
|
||||
let(:event_handler_2) do
|
||||
Proc.new { |user| user.job = 'Supervillain' }
|
||||
|
Reference in New Issue
Block a user