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

@ -68,7 +68,7 @@ RSpec.describe ListController do
end
(Discourse.anonymous_filters - [:categories]).each do |filter|
context "#{filter}" do
context "with #{filter}" do
it "succeeds" do
get "/#{filter}"
expect(response.status).to eq(200)