changed rspec_helper requires
This commit is contained in:
@@ -16,7 +16,7 @@
|
|||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
#++
|
#++
|
||||||
|
|
||||||
require File.expand_path(File.dirname(__FILE__) + '/../spec_helper')
|
require 'spec_helper'
|
||||||
|
|
||||||
describe Browser do
|
describe Browser do
|
||||||
CONFIG_FILE_WITHOUT_PROXY = SPEC_FIXTURES_CONF_DIR + '/browser/browser.conf.json'
|
CONFIG_FILE_WITHOUT_PROXY = SPEC_FIXTURES_CONF_DIR + '/browser/browser.conf.json'
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
#++
|
#++
|
||||||
|
|
||||||
require File.expand_path(File.dirname(__FILE__) + '/../spec_helper')
|
require 'spec_helper'
|
||||||
|
|
||||||
describe CacheFileStore do
|
describe CacheFileStore do
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
require File.expand_path(File.dirname(__FILE__) + '/../../spec_helper')
|
require 'spec_helper'
|
||||||
|
|
||||||
describe GitUpdater do
|
describe GitUpdater do
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
require File.expand_path(File.dirname(__FILE__) + '/../../spec_helper')
|
require 'spec_helper'
|
||||||
|
|
||||||
describe SvnUpdater do
|
describe SvnUpdater do
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
require File.expand_path(File.dirname(__FILE__) + '/../../spec_helper')
|
require 'spec_helper'
|
||||||
|
|
||||||
describe UpdaterFactory do
|
describe UpdaterFactory do
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
require File.expand_path(File.dirname(__FILE__) + '/../../spec_helper')
|
require 'spec_helper'
|
||||||
|
|
||||||
describe Updater do
|
describe Updater do
|
||||||
|
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
#++
|
#++
|
||||||
|
|
||||||
require File.expand_path(File.dirname(__FILE__) + '/../../spec_helper')
|
require 'spec_helper'
|
||||||
|
|
||||||
require WPSCAN_LIB_DIR + '/wpscan_helper'
|
require WPSCAN_LIB_DIR + '/wpscan_helper'
|
||||||
|
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
#++
|
#++
|
||||||
|
|
||||||
require File.expand_path(File.dirname(__FILE__) + '/../../spec_helper')
|
require 'spec_helper'
|
||||||
|
|
||||||
require WPSTOOLS_LIB_DIR + '/wpstools_helper'
|
require WPSTOOLS_LIB_DIR + '/wpstools_helper'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user