webmock forced to use version 1.8.11

This commit is contained in:
erwanlr
2012-12-06 11:52:47 -06:00
parent da738b7c35
commit fb3d0dafff
2 changed files with 2 additions and 1 deletions

View File

@@ -4,5 +4,5 @@ gem "typhoeus", "0.4.2"
gem "rspec", :require => "spec"
gem "nokogiri"
gem "json"
gem "webmock"
gem "webmock", "1.8.11"
gem "simplecov"

View File

@@ -35,6 +35,7 @@ end
require File.expand_path(File.dirname(__FILE__) + '/../lib/common_helper')
gem 'webmock', '=1.8.11'
require 'webmock/rspec'
SPEC_DIR = ROOT_DIR + '/spec'