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

committed by
Loïc Guitaut

parent
02987e05d5
commit
3eaac56797
@ -1,7 +1,7 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
RSpec.describe Plugin::Metadata do
|
||||
context "parse" do
|
||||
describe "parse" do
|
||||
it "correctly parses plugin info" do
|
||||
metadata = Plugin::Metadata.parse <<TEXT
|
||||
# name: plugin-name
|
||||
@ -49,5 +49,4 @@ TEXT
|
||||
official("discourse-data-explorer")
|
||||
unofficial("babble")
|
||||
end
|
||||
|
||||
end
|
||||
|
Reference in New Issue
Block a user