diff options
author | Robert Speicher <rspeicher@gmail.com> | 2015-05-21 18:41:31 -0400 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-06-22 12:13:46 +0200 |
commit | 20a871cc21227ef67d9173ba9bd3b7e0d0e2e26f (patch) | |
tree | 449eeb821d4fa49ec9b86731a443484d3c23b01a /Gemfile | |
parent | 5a9ede472150ec78f8410ae15cf782095c8f056c (diff) | |
download | gitlab-ce-20a871cc21227ef67d9173ba9bd3b7e0d0e2e26f.tar.gz |
Update email_spec gem
This fixes spec/mailers/notify_spec
Also only require email_spec in the one place it's used
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -256,7 +256,7 @@ end group :test do gem 'simplecov', require: false gem 'shoulda-matchers', '~> 2.8.0', require: false - gem 'email_spec' + gem 'email_spec', '~> 1.6.0' gem 'webmock', '~> 1.21.0' gem 'test_after_commit' end |