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

committed by
Loïc Guitaut

parent
02987e05d5
commit
3eaac56797
@ -85,7 +85,7 @@ RSpec.describe "Local Dates" do
|
||||
expect(cooked).to include("data-countdown=")
|
||||
end
|
||||
|
||||
context 'ranges' do
|
||||
describe 'ranges' do
|
||||
it 'generates ranges without time' do
|
||||
raw = "[date-range from=2022-01-06 to=2022-01-08]"
|
||||
cooked = Fabricate(:post, raw: raw).cooked
|
||||
|
Reference in New Issue
Block a user