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-22 00:05:12 +0400
committerRobb Kidd <robb@thekidds.org>2012-06-20 22:09:46 +0400
commit5303cc285a2067b59f1e8b68f707e8dbf90fe59e (patch)
tree6ca78aa79612f3f6913ce3060e575c37001c5327 /Gemfile
parent6617eaaf9b9ff5a76cb2c4150623a685357966d4 (diff)
Add resque_spec to test queuing mail.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 7208141635a..98168dbd39e 100644
--- a/Gemfile
+++ b/Gemfile
@@ -77,4 +77,5 @@ group :test do
gem "simplecov", :require => false
gem "shoulda-matchers"
gem 'email_spec'
+ gem 'resque_spec'
end