mirror of
https://github.com/discourse/discourse.git
synced 2025-05-23 15:51:05 +08:00
DEV: Use describe
for methods in specs
This commit is contained in:

committed by
Loïc Guitaut

parent
f1c3670d74
commit
296aad430a
@ -162,7 +162,7 @@ describe Plugin::Instance do
|
||||
end
|
||||
end
|
||||
|
||||
context "#add_report" do
|
||||
describe "#add_report" do
|
||||
it "adds a report" do
|
||||
plugin = Plugin::Instance.new nil, "/tmp/test.rb"
|
||||
plugin.add_report("readers") {}
|
||||
|
Reference in New Issue
Block a user