mirror of
https://github.com/discourse/discourse.git
synced 2025-05-31 12:57:17 +08:00
DEV: Use proper wording for contexts in specs
This commit is contained in:

committed by
Loïc Guitaut

parent
02987e05d5
commit
3eaac56797
@ -187,7 +187,7 @@ RSpec.describe OneboxController do
|
||||
expect(response.body).to include('blockquote')
|
||||
end
|
||||
|
||||
context 'local categories' do
|
||||
context 'with local categories' do
|
||||
fab!(:category) { Fabricate(:category) }
|
||||
|
||||
it 'oneboxes a public category' do
|
||||
|
Reference in New Issue
Block a user