-
- Downloads
Merge branch '46845-update-email_spec-to-2-2-0' into 'master'
Update email_spec to 2.2.0 Closes #46845 See merge request gitlab-org/gitlab-ce!19164
No related branches found
No related tags found
Showing
- Gemfile 1 addition, 1 deletionGemfile
- Gemfile.lock 4 additions, 3 deletionsGemfile.lock
- changelogs/unreleased/46845-update-email_spec-to-2-2-0.yml 5 additions, 0 deletionschangelogs/unreleased/46845-update-email_spec-to-2-2-0.yml
- spec/mailers/notify_spec.rb 28 additions, 28 deletionsspec/mailers/notify_spec.rb
- spec/support/matchers/email_matchers.rb 0 additions, 5 deletionsspec/support/matchers/email_matchers.rb
- spec/support/shared_examples/notify_shared_examples.rb 2 additions, 2 deletionsspec/support/shared_examples/notify_shared_examples.rb
Loading
| Loading
| @@ -374,7 +374,7 @@ end |
group :test do | ||
gem 'shoulda-matchers', '~> 3.1.2', require: false | ||
gem 'email_spec', '~> 1.6.0' | ||
gem 'email_spec', '~> 2.2.0' | ||
gem 'json-schema', '~> 2.8.0' | ||
gem 'webmock', '~> 2.3.2' | ||
gem 'rails-controller-testing' if rails5? # Rails5 only gem. | ||
Loading
| Loading
|
Please register or sign in to comment