Screened ip address can be edited, deleted, and changed to allow or block.

This commit is contained in:
Neil Lalonde
2013-10-22 16:30:30 -04:00
parent b8d586251c
commit 7d582fbee3
16 changed files with 259 additions and 16 deletions

View File

@ -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