mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 05:41:15 +08:00
DEV: Fix random typos (#24756)
This commit is contained in:
@ -871,7 +871,7 @@ RSpec.describe Guardian do
|
||||
expect(Guardian.new(admin).can_receive_post_notifications?(post)).to be_truthy
|
||||
end
|
||||
|
||||
it "diallows secure categories with no access" do
|
||||
it "disallows secure categories with no access" do
|
||||
secure_category = Fabricate(:category, read_restricted: true)
|
||||
post.topic.update!(category_id: secure_category.id)
|
||||
|
||||
|
Reference in New Issue
Block a user