mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 22:43:33 +08:00
Screened ip address can be edited, deleted, and changed to allow or block.
This commit is contained in:
@ -7,7 +7,7 @@ describe Admin::ScreenedIpAddressesController do
|
||||
|
||||
let!(:user) { log_in(:admin) }
|
||||
|
||||
context '.index' do
|
||||
describe 'index' do
|
||||
before do
|
||||
xhr :get, :index
|
||||
end
|
||||
|
Reference in New Issue
Block a user