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:
parent
37c4d91c69
commit
5c7d5baf5f
2 changed files with 0 additions and 6 deletions
|
@ -3,7 +3,6 @@ require 'rack'
|
||||||
|
|
||||||
module Rack
|
module Rack
|
||||||
module Protection
|
module Protection
|
||||||
autoload :AccessControl, 'rack/protection/access_control'
|
|
||||||
autoload :AuthenticityToken, 'rack/protection/authenticity_token'
|
autoload :AuthenticityToken, 'rack/protection/authenticity_token'
|
||||||
autoload :Base, 'rack/protection/base'
|
autoload :Base, 'rack/protection/base'
|
||||||
autoload :EscapedParams, 'rack/protection/escaped_params'
|
autoload :EscapedParams, 'rack/protection/escaped_params'
|
||||||
|
|
|
@ -1,5 +0,0 @@
|
||||||
require File.expand_path('../spec_helper.rb', __FILE__)
|
|
||||||
|
|
||||||
describe Rack::Protection::AccessControl do
|
|
||||||
it_behaves_like "any rack application"
|
|
||||||
end
|
|
Loading…
Reference in a new issue