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

committed by
Loïc Guitaut

parent
f1c3670d74
commit
296aad430a
@ -261,7 +261,7 @@ RSpec.describe UserProfile do
|
||||
end
|
||||
end
|
||||
|
||||
context '.import_url_for_user' do
|
||||
describe '.import_url_for_user' do
|
||||
fab!(:user) { Fabricate(:user) }
|
||||
|
||||
before do
|
||||
|
Reference in New Issue
Block a user