Skip to content

Commit

Permalink
fix build for 1.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hone authored and defunkt committed Oct 10, 2011
1 parent aca9e2f commit 4499a39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/worker_test.rb
Expand Up @@ -40,7 +40,7 @@
end

class ::SimpleJobWithFailureHandling
def self.on_failure_record_failure(exception)
def self.on_failure_record_failure(exception, *job_args)
@@exception = exception
end

Expand Down

0 comments on commit 4499a39

Please sign in to comment.