mirror of
https://github.com/sinatra/sinatra
synced 2023-03-27 23:18:01 -04:00
Remove require 'spec_helper'
This commit is contained in:
parent
5ab673ae69
commit
65cd4a4ac9
13 changed files with 0 additions and 26 deletions
|
@ -1,5 +1,3 @@
|
|||
require 'spec_helper'
|
||||
|
||||
describe Rack::Protection::AuthenticityToken do
|
||||
it_behaves_like "any rack application"
|
||||
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
require 'spec_helper'
|
||||
|
||||
describe Rack::Protection::Base do
|
||||
|
||||
subject { described_class.new(lambda {}) }
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
require 'spec_helper'
|
||||
|
||||
describe Rack::Protection::EscapedParams do
|
||||
it_behaves_like "any rack application"
|
||||
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
require 'spec_helper'
|
||||
|
||||
describe Rack::Protection::FormToken do
|
||||
it_behaves_like "any rack application"
|
||||
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
require 'spec_helper'
|
||||
|
||||
describe Rack::Protection::FrameOptions do
|
||||
it_behaves_like "any rack application"
|
||||
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
require 'spec_helper'
|
||||
|
||||
describe Rack::Protection::HttpOrigin do
|
||||
it_behaves_like "any rack application"
|
||||
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
require 'spec_helper'
|
||||
|
||||
describe Rack::Protection::IPSpoofing do
|
||||
it_behaves_like "any rack application"
|
||||
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
require 'spec_helper'
|
||||
|
||||
describe Rack::Protection::JsonCsrf do
|
||||
it_behaves_like "any rack application"
|
||||
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
require 'spec_helper'
|
||||
|
||||
describe Rack::Protection::PathTraversal do
|
||||
it_behaves_like "any rack application"
|
||||
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
require 'spec_helper'
|
||||
|
||||
describe Rack::Protection::RemoteReferrer do
|
||||
it_behaves_like "any rack application"
|
||||
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
require 'spec_helper'
|
||||
|
||||
describe Rack::Protection::RemoteToken do
|
||||
it_behaves_like "any rack application"
|
||||
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
require 'spec_helper'
|
||||
|
||||
describe Rack::Protection::SessionHijacking do
|
||||
it_behaves_like "any rack application"
|
||||
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
require 'spec_helper'
|
||||
|
||||
describe Rack::Protection::XSSHeader do
|
||||
it_behaves_like "any rack application"
|
||||
|
||||
|
|
Loading…
Reference in a new issue