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

committed by
Loïc Guitaut

parent
f1c3670d74
commit
296aad430a
@ -290,7 +290,7 @@ describe UserApiKeysController do
|
||||
end
|
||||
end
|
||||
|
||||
context '#create-one-time-password' do
|
||||
describe '#create-one-time-password' do
|
||||
let :otp_args do
|
||||
{
|
||||
auth_redirect: 'http://somewhere.over.the/rainbow',
|
||||
|
Reference in New Issue
Block a user