Merge branch 'separate_user_and_issue_observer_from_mail_observer' of https://github.com/robbkidd/gitlabhq into robbkidd-separate_user_and_issue_observer_from_mail_observer

This commit is contained in:
randx 2012-06-24 09:33:22 +03:00
commit 55f8338502
19 changed files with 358 additions and 49 deletions

View file

@ -77,4 +77,5 @@ group :test do
gem "simplecov", :require => false
gem "shoulda-matchers"
gem 'email_spec'
gem 'resque_spec'
end