From 20a871cc21227ef67d9173ba9bd3b7e0d0e2e26f Mon Sep 17 00:00:00 2001 From: Robert Speicher Date: Thu, 21 May 2015 18:41:31 -0400 Subject: Update email_spec gem This fixes spec/mailers/notify_spec Also only require email_spec in the one place it's used --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index 7399208cf15..47e8e44a6d3 100644 --- a/Gemfile +++ b/Gemfile @@ -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 -- cgit v1.2.3