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:
parent
78e12243aa
commit
f39fad4d66
14 changed files with 14 additions and 14 deletions
|
@ -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"
|
|
@ -1,4 +1,4 @@
|
|||
require File.expand_path('../spec_helper.rb', __FILE__)
|
||||
require 'spec_helper'
|
||||
|
||||
describe Rack::Protection::Base do
|
||||
|
|
@ -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"
|
|
@ -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"
|
|
@ -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"
|
|
@ -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"
|
|
@ -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"
|
|
@ -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"
|
|
@ -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"
|
|
@ -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"
|
|
@ -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"
|
|
@ -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"
|
|
@ -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"
|
|
@ -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"
|
Loading…
Reference in a new issue