Commit a4c0193ee4051d3b286627565638a7067a4d789d
1 parent
a6be663f
Exists in
master
and in
1 other branch
don't require mocha (needs to be using jferris/mocha). no need to require shoulda, either
Showing
1 changed file
with
0 additions
and
2 deletions
Show diff stats
config/environments/test.rb
@@ -39,9 +39,7 @@ config.gem 'thoughtbot-shoulda', | @@ -39,9 +39,7 @@ config.gem 'thoughtbot-shoulda', | ||
39 | HOST = 'localhost' | 39 | HOST = 'localhost' |
40 | 40 | ||
41 | begin | 41 | begin |
42 | - require 'shoulda' | ||
43 | require 'factory_girl' | 42 | require 'factory_girl' |
44 | - require 'mocha' | ||
45 | require 'redgreen' | 43 | require 'redgreen' |
46 | rescue LoadError | 44 | rescue LoadError |
47 | end | 45 | end |