Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobb Kidd <robb@thekidds.org>2012-05-14 22:05:32 +0400
committerRobb Kidd <robb@thekidds.org>2012-05-16 06:35:53 +0400
commitc7489578e61bf81af085cbd541dbcf68742061b2 (patch)
treeaccc484b92eba34af53a203c1fb90a129b2076a0 /Gemfile
parentbe79c9def9c90e9359f67058befae1d7b914e557 (diff)
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.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 1cb5520ad3b..af5b0241397 100644
--- a/Gemfile
+++ b/Gemfile
@@ -66,4 +66,5 @@ group :test do
gem "turn", :require => false
gem "simplecov", :require => false
gem "shoulda", "3.0.1"
+ gem 'email_spec'
end