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 --- spec/mailers/notify_spec.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'spec/mailers') diff --git a/spec/mailers/notify_spec.rb b/spec/mailers/notify_spec.rb index c40ae7b5703..89853d05161 100644 --- a/spec/mailers/notify_spec.rb +++ b/spec/mailers/notify_spec.rb @@ -1,4 +1,5 @@ require 'spec_helper' +require 'email_spec' describe Notify do include EmailSpec::Helpers -- cgit v1.2.1