Moves require spec_helper to config file

This commit is contained in:
erwanlr
2019-01-11 11:11:56 +00:00
parent d5222d7e9a
commit 077da6ae86
102 changed files with 1 additions and 202 deletions

View File

@@ -1,5 +1,3 @@
require 'spec_helper'
describe WPScan::Controller::Aliases do
subject(:controller) { described_class.new }
let(:target_url) { 'http://ex.lo/' }