1
0
Fork 0
mirror of https://github.com/sinatra/sinatra synced 2023-03-27 23:18:01 -04:00

AccessControl has been removed

This commit is contained in:
Konstantin Haase 2011-05-24 17:27:15 +02:00
parent 37c4d91c69
commit 5c7d5baf5f
2 changed files with 0 additions and 6 deletions

View file

@ -3,7 +3,6 @@ require 'rack'
module Rack
module Protection
autoload :AccessControl, 'rack/protection/access_control'
autoload :AuthenticityToken, 'rack/protection/authenticity_token'
autoload :Base, 'rack/protection/base'
autoload :EscapedParams, 'rack/protection/escaped_params'

View file

@ -1,5 +0,0 @@
require File.expand_path('../spec_helper.rb', __FILE__)
describe Rack::Protection::AccessControl do
it_behaves_like "any rack application"
end