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.lock
parent6617eaaf9b9ff5a76cb2c4150623a685357966d4 (diff)
Add resque_spec to test queuing mail.
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 bdf78c46e01..41cb556babe 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -263,6 +263,9 @@ GEM
resque_mailer (2.0.3)
actionmailer (>= 3.0.0)
resque (>= 1.2.3)
+ resque_spec (0.11.0)
+ resque (>= 1.19.0)
+ rspec (>= 2.5.0)
rspec (2.10.0)
rspec-core (~> 2.10.0)
rspec-expectations (~> 2.10.0)
@@ -391,6 +394,7 @@ DEPENDENCIES
redcarpet (~> 2.1.1)
resque (~> 1.20.0)
resque_mailer
+ resque_spec
rspec-rails
sass-rails (= 3.2.5)
seed-fu