Commit 035f790e authored by Arturo Herrero's avatar Arturo Herrero

Fix RSpec/ContextWording offense

parent 747a1396
......@@ -130,7 +130,7 @@ RSpec.describe Integrations::Jira::IssueEntity do
end
end
context 'feature flag "jira_issues_show_integration" is disabled' do
context 'when feature flag "jira_issues_show_integration" is disabled' do
before do
stub_feature_flags(jira_issues_show_integration: false)
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment