Merge pull request #1364 from AlexDenisov/fix_project_access_notification
Project access notifications fixed
Showing
... | @@ -138,6 +138,7 @@ group :test do | ... | @@ -138,6 +138,7 @@ group :test do |
gem 'email_spec' | gem 'email_spec' | ||
gem 'resque_spec' | gem 'resque_spec' | ||
gem "webmock" | gem "webmock" | ||
gem 'test_after_commit' | |||
end | end | ||
group :production do | group :production do | ||
... | ... |
Please register or sign in to comment