Skip to content

Commit

Permalink
Fix failing tests in ActiveJob Adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
seuros committed Sep 2, 2014
1 parent e905848 commit a70bdfe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions activejob/lib/active_job/queue_adapters/test_adapter.rb
Expand Up @@ -3,6 +3,7 @@ module QueueAdapters
class TestAdapter
attr_accessor(:perform_enqueued_jobs) { false }
attr_accessor(:perform_enqueued_at_jobs) { false }
delegate :name, to: :class

# Provides a store of all the enqueued jobs with the TestAdapter so you can check them.
def enqueued_jobs
Expand Down

0 comments on commit a70bdfe

Please sign in to comment.