mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 22:43:33 +08:00
DEV: Fix random typos (#22078)
Co-authored-by: Penar Musaraj <pmusaraj@gmail.com>
This commit is contained in:
@ -1430,7 +1430,7 @@ RSpec.describe Admin::UsersController do
|
||||
end
|
||||
|
||||
shared_examples "user log out not allowed" do
|
||||
it "prevents loging out of user with a 404 response" do
|
||||
it "prevents logging out of user with a 404 response" do
|
||||
post "/admin/users/#{reg_user.id}/log_out.json"
|
||||
|
||||
expect(response.status).to eq(404)
|
||||
|
Reference in New Issue
Block a user