Commit ed85a4200cec4b1c0cfbf40a9d62c0254fee2766
1 parent
223b8e80
Exists in
master
and in
1 other branch
config.gem should require these libs by default
Showing
1 changed file
with
0 additions
and
4 deletions
Show diff stats
config/environments/test.rb
| @@ -38,9 +38,5 @@ config.gem 'thoughtbot-shoulda', | @@ -38,9 +38,5 @@ config.gem 'thoughtbot-shoulda', | ||
| 38 | 38 | ||
| 39 | HOST = 'localhost' | 39 | HOST = 'localhost' |
| 40 | 40 | ||
| 41 | -require 'shoulda' | ||
| 42 | -require 'factory_girl' | ||
| 43 | -require 'mocha' | ||
| 44 | - | ||
| 45 | begin require 'redgreen'; rescue LoadError; end | 41 | begin require 'redgreen'; rescue LoadError; end |
| 46 | 42 |