aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/test/abstract_unit.rb
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2012-09-16 18:30:23 -0700
committerJeremy Kemper <jeremy@bitsweat.net>2012-09-16 22:37:47 -0700
commit2a301505ece91b1bf317c6627aaba7ec0cea43e9 (patch)
treeca01f2d6bf360fe884721ee48a19f3b2a2aaed1c /actionmailer/test/abstract_unit.rb
parentb881be7331339d7eab50ccf0512de3ab4e49a896 (diff)
downloadrails-2a301505ece91b1bf317c6627aaba7ec0cea43e9.tar.gz
rails-2a301505ece91b1bf317c6627aaba7ec0cea43e9.tar.bz2
rails-2a301505ece91b1bf317c6627aaba7ec0cea43e9.zip
Use synchronous queue by default. Separate queued message delivery jobs from the queued message wrappers so the queue itself needn't be marshaled (due to queue reference QueuedMessage).
Diffstat (limited to 'actionmailer/test/abstract_unit.rb')
-rw-r--r--actionmailer/test/abstract_unit.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/actionmailer/test/abstract_unit.rb b/actionmailer/test/abstract_unit.rb
index 0b418c4ea1..4b38d4bd31 100644
--- a/actionmailer/test/abstract_unit.rb
+++ b/actionmailer/test/abstract_unit.rb
@@ -27,7 +27,6 @@ ActionView::Template.register_template_handler :bak, lambda { |template| "Lame b
FIXTURE_LOAD_PATH = File.expand_path('fixtures', File.dirname(__FILE__))
ActionMailer::Base.view_paths = FIXTURE_LOAD_PATH
-ActionMailer::Base.queue = ActiveSupport::SynchronousQueue.new
class MockSMTP
def self.deliveries