| ... | @@ -5,7 +5,7 @@ describe Notify do |
... | @@ -5,7 +5,7 @@ describe Notify do |
|
|
include EmailSpec::Matchers
|
|
include EmailSpec::Matchers
|
|
|
|
|
|
|
|
before :all do
|
|
before :all do
|
|
|
default_url_options[:host] = 'example.com'
|
|
default_url_options[:host] = EMAIL_OPTS['host']
|
|
|
end
|
|
end
|
|
|
|
|
|
|
|
let(:recipient) { Factory.create(:user, :email => 'recipient@example.com') }
|
|
let(:recipient) { Factory.create(:user, :email => 'recipient@example.com') }
|
| ... | |
... | |
| ... | | ... | |