Add specs for Notify ActionMailer emails.

Covers new user, new issue and wall note emails.

Depends on email_spec (https://github.com/bmabey/email-spec/) for
friendly matchers.
This commit is contained in:
Robb Kidd 2012-05-14 14:05:32 -04:00
parent be79c9def9
commit c7489578e6
4 changed files with 88 additions and 0 deletions

View file

@ -11,6 +11,7 @@ require 'capybara/dsl'
require 'webmock/rspec'
require 'factories'
require 'monkeypatch'
require 'email_spec'
# Requires supporting ruby files with custom matchers and macros, etc,
# in spec/support/ and its subdirectories.