Moves require spec_helper to config file
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
require 'spec_helper'
|
||||
|
||||
# All Plugin Dynamic Finders returning a Version are tested here.
|
||||
# When adding one to the spec/fixtures/db/dynamic_finder.yml, a few files have
|
||||
# to be edited/created
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
require 'spec_helper'
|
||||
|
||||
describe WPScan::Finders::DynamicFinder::Version::BodyPattern do
|
||||
module WPScan
|
||||
module Finders
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
require 'spec_helper'
|
||||
|
||||
describe WPScan::Finders::DynamicFinder::Version::Comment do
|
||||
module WPScan
|
||||
module Finders
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
require 'spec_helper'
|
||||
|
||||
describe WPScan::Finders::DynamicFinder::Version::ConfigParser do
|
||||
module WPScan
|
||||
module Finders
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
require 'spec_helper'
|
||||
|
||||
describe WPScan::Finders::DynamicFinder::Version::HeaderPattern do
|
||||
module WPScan
|
||||
module Finders
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
require 'spec_helper'
|
||||
|
||||
describe WPScan::Finders::DynamicFinder::Version::JavascriptVar do
|
||||
module WPScan
|
||||
module Finders
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
require 'spec_helper'
|
||||
|
||||
describe WPScan::Finders::DynamicFinder::Version::QueryParameter do
|
||||
module WPScan
|
||||
module Finders
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
require 'spec_helper'
|
||||
|
||||
describe WPScan::Finders::DynamicFinder::Version::Xpath do
|
||||
module WPScan
|
||||
module Finders
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
require 'spec_helper'
|
||||
|
||||
describe WPScan::Finders::DynamicFinder::WpItems::Finder do
|
||||
# Handled in spec/shared_examples/dynamic_finders/wp_items.rb
|
||||
end
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
require 'spec_helper'
|
||||
|
||||
expected_all = df_expected_all['wordpress']
|
||||
|
||||
WPScan::DB::DynamicFinders::Wordpress.create_versions_finders
|
||||
|
||||
Reference in New Issue
Block a user