From ca21945c6eeae6bfb18a6c21a5a73fc24329f7e2 Mon Sep 17 00:00:00 2001 From: Leandro Nunes dos Santos Date: Thu, 26 Jun 2014 16:12:11 -0300 Subject: [PATCH] add require false to mocha gem to avoid lots of unexpected invocation --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 8f134f0..f96a866 100644 --- a/Gemfile +++ b/Gemfile @@ -26,7 +26,7 @@ end group :test do gem 'rspec' gem 'rspec-rails' - gem 'mocha' + gem 'mocha', :require => false end group :cucumber do -- libgit2 0.21.2