mirror of
https://github.com/discourse/discourse.git
synced 2025-06-03 19:39:30 +08:00
DEV: Use proper wording for contexts in specs
This commit is contained in:

committed by
Loïc Guitaut

parent
02987e05d5
commit
3eaac56797
@ -12,7 +12,7 @@ RSpec.describe Onebox::Engine::GithubActionsOnebox do
|
||||
.to_return(status: 200, body: onebox_response("githubactions_pr_run"))
|
||||
end
|
||||
|
||||
include_context "engines"
|
||||
include_context "with engines"
|
||||
it_behaves_like "an engine"
|
||||
|
||||
describe "#to_html" do
|
||||
@ -34,7 +34,7 @@ RSpec.describe Onebox::Engine::GithubActionsOnebox do
|
||||
.to_return(status: 200, body: onebox_response("githubactions_actions_run"))
|
||||
end
|
||||
|
||||
include_context "engines"
|
||||
include_context "with engines"
|
||||
it_behaves_like "an engine"
|
||||
|
||||
describe "#to_html" do
|
||||
|
Reference in New Issue
Block a user