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

committed by
Loïc Guitaut

parent
02987e05d5
commit
3eaac56797
@ -174,7 +174,7 @@ RSpec.describe "S3Inventory" do
|
||||
expect(Discourse.stats.get("missing_s3_uploads")).to eq(2)
|
||||
end
|
||||
|
||||
context "s3 inventory configuration" do
|
||||
describe "s3 inventory configuration" do
|
||||
let(:bucket_name) { "s3-upload-bucket" }
|
||||
let(:subfolder_path) { "subfolder" }
|
||||
before do
|
||||
|
Reference in New Issue
Block a user