diff options
Diffstat (limited to 'config/environments')
-rw-r--r-- | config/environments/test.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/environments/test.rb b/config/environments/test.rb index 470a7331d..2d2f76713 100644 --- a/config/environments/test.rb +++ b/config/environments/test.rb @@ -20,3 +20,5 @@ config.action_controller.session = { :session_key => "_test_session", :secret => "some secret phrase for the tests." } + +config.gem "thoughtbot-shoulda", :lib => "shoulda", :source => "http://gems.github.com" |