DEV: Update the rubocop setup (#20668)

This commit is contained in:
Jarek Radosz
2023-03-14 11:42:11 +01:00
committed by GitHub
parent f75afc0979
commit bb317bd554
5 changed files with 7 additions and 7 deletions

View File

@@ -186,7 +186,7 @@ RSpec.describe StaticController do
["tos", :tos_url, I18n.t("js.tos")],
["privacy", :privacy_policy_url, I18n.t("js.privacy")],
].each do |id, setting_name, text|
context "#{id}" do
context "with #{id}" do
context "when #{setting_name} site setting is NOT set" do
it "renders the #{id} page" do
get "/#{id}"