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

Move spec files to conventional locations

This commit is contained in:
Maurizio De Santis 2014-09-03 02:19:12 +02:00
parent 78e12243aa
commit f39fad4d66
14 changed files with 14 additions and 14 deletions

View file

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

View file

@ -1,4 +1,4 @@
require File.expand_path('../spec_helper.rb', __FILE__)
require 'spec_helper'
describe Rack::Protection::Base do

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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