mirror of
https://github.com/discourse/discourse.git
synced 2025-06-01 03:54:33 +08:00
DEV: Update the rubocop setup (#20668)
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user