webmock forced to use version 1.8.11
This commit is contained in:
2
Gemfile
2
Gemfile
@@ -4,5 +4,5 @@ gem "typhoeus", "0.4.2"
|
|||||||
gem "rspec", :require => "spec"
|
gem "rspec", :require => "spec"
|
||||||
gem "nokogiri"
|
gem "nokogiri"
|
||||||
gem "json"
|
gem "json"
|
||||||
gem "webmock"
|
gem "webmock", "1.8.11"
|
||||||
gem "simplecov"
|
gem "simplecov"
|
||||||
|
|||||||
@@ -35,6 +35,7 @@ end
|
|||||||
|
|
||||||
require File.expand_path(File.dirname(__FILE__) + '/../lib/common_helper')
|
require File.expand_path(File.dirname(__FILE__) + '/../lib/common_helper')
|
||||||
|
|
||||||
|
gem 'webmock', '=1.8.11'
|
||||||
require 'webmock/rspec'
|
require 'webmock/rspec'
|
||||||
|
|
||||||
SPEC_DIR = ROOT_DIR + '/spec'
|
SPEC_DIR = ROOT_DIR + '/spec'
|
||||||
|
|||||||
Reference in New Issue
Block a user