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.lock
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.lock')
-rw-r--r--Gemfile.lock4
1 files changed, 4 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index 182cf669197..6a18f7d17d6 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -114,6 +114,9 @@ GEM
warden (~> 1.1)
diff-lcs (1.1.3)
drapper (0.8.4)
+ email_spec (1.2.1)
+ mail (~> 2.2)
+ rspec (~> 2.0)
erubis (2.7.0)
escape_utils (0.2.4)
eventmachine (0.12.10)
@@ -330,6 +333,7 @@ DEPENDENCIES
database_cleaner
devise (~> 1.5)
drapper
+ email_spec
faker
foreman
git