diff options
Diffstat (limited to 'config/environments')
-rw-r--r-- | config/environments/test.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/environments/test.rb b/config/environments/test.rb index efaf9a9fb..388d2022a 100644 --- a/config/environments/test.rb +++ b/config/environments/test.rb @@ -23,3 +23,4 @@ config.action_controller.session = { config.gem "thoughtbot-shoulda", :lib => "shoulda", :source => "http://gems.github.com" config.gem "nofxx-object_daddy", :lib => "object_daddy", :source => "http://gems.github.com" +config.gem "mocha" |