Skip to content

Commit

Permalink
Fixing typo in max_attempts spec
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Veys committed Sep 6, 2013
1 parent 3e91125 commit fbb704e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/delayed/backend/shared_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ def create_job(opts = {})
expect(@job.max_attempts).to be_nil
end

it "uses the max_retries value on the payload when defined" do
it "uses the max_attempts value on the payload when defined" do
@job.payload_object.stub(:max_attempts).and_return(99)
expect(@job.max_attempts).to eq(99)
end
Expand Down

0 comments on commit fbb704e

Please sign in to comment.