Skip to content

Commit

Permalink
Changed another 'actual' to 'job'
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickbajao committed Jul 24, 2011
1 parent 7a1df53 commit ee46fb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rspec-resque/matchers.rb
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def enqueued?(klass, expected_args)
extend MatcherHelper

match do |job|
queue(actual).size == size
queue(job).size == size
end

failure_message_for_should do |job|
Expand Down

0 comments on commit ee46fb6

Please sign in to comment.