Remove require 'spec_helper'

This commit is contained in:
Maurizio De Santis 2014-09-03 19:28:14 +02:00
parent 5ab673ae69
commit 65cd4a4ac9
13 changed files with 0 additions and 26 deletions

View File

@ -1,5 +1,3 @@
require 'spec_helper'
describe Rack::Protection::AuthenticityToken do
it_behaves_like "any rack application"

View File

@ -1,5 +1,3 @@
require 'spec_helper'
describe Rack::Protection::Base do
subject { described_class.new(lambda {}) }

View File

@ -1,5 +1,3 @@
require 'spec_helper'
describe Rack::Protection::EscapedParams do
it_behaves_like "any rack application"

View File

@ -1,5 +1,3 @@
require 'spec_helper'
describe Rack::Protection::FormToken do
it_behaves_like "any rack application"

View File

@ -1,5 +1,3 @@
require 'spec_helper'
describe Rack::Protection::FrameOptions do
it_behaves_like "any rack application"

View File

@ -1,5 +1,3 @@
require 'spec_helper'
describe Rack::Protection::HttpOrigin do
it_behaves_like "any rack application"

View File

@ -1,5 +1,3 @@
require 'spec_helper'
describe Rack::Protection::IPSpoofing do
it_behaves_like "any rack application"

View File

@ -1,5 +1,3 @@
require 'spec_helper'
describe Rack::Protection::JsonCsrf do
it_behaves_like "any rack application"

View File

@ -1,5 +1,3 @@
require 'spec_helper'
describe Rack::Protection::PathTraversal do
it_behaves_like "any rack application"

View File

@ -1,5 +1,3 @@
require 'spec_helper'
describe Rack::Protection::RemoteReferrer do
it_behaves_like "any rack application"

View File

@ -1,5 +1,3 @@
require 'spec_helper'
describe Rack::Protection::RemoteToken do
it_behaves_like "any rack application"

View File

@ -1,5 +1,3 @@
require 'spec_helper'
describe Rack::Protection::SessionHijacking do
it_behaves_like "any rack application"

View File

@ -1,5 +1,3 @@
require 'spec_helper'
describe Rack::Protection::XSSHeader do
it_behaves_like "any rack application"