Ref #260 Fixes Travis Fail, due to rspec-mock v2.14.3

This commit is contained in:
erwanlr
2013-08-09 15:24:28 +02:00
parent 973c0da4f2
commit 94ee5e15ac

View File

@@ -11,4 +11,5 @@ group :development, :test do
gem "webmock", ">=1.9.3"
gem "simplecov"
gem "rspec", :require => "spec"
gem "rspec-mocks", "<=2.14.2" # 2.14.3 just messed around :/
end