Commit ca21945c6eeae6bfb18a6c21a5a73fc24329f7e2

Authored by Leandro Santos
1 parent 24bc3c87

add require false to mocha gem to avoid lots of unexpected invocation

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
Gemfile
... ... @@ -26,7 +26,7 @@ end
26 26 group :test do
27 27 gem 'rspec'
28 28 gem 'rspec-rails'
29   - gem 'mocha'
  29 + gem 'mocha', :require => false
30 30 end
31 31  
32 32 group :cucumber do
... ...