Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
albus522 committed Nov 29, 2012
1 parent 4945690 commit f276ec2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/delayed/backend/active_record_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
Delayed::Backend::ActiveRecord::Job.send(:attr_accessible, *Delayed::Backend::ActiveRecord::Job.new.attributes.keys)
end

it "is still be accessible" do
it "is still accessible" do
job = Delayed::Backend::ActiveRecord::Job.enqueue :payload_object => EnqueueJobMod.new
expect(Delayed::Backend::ActiveRecord::Job.find(job.id).handler).to_not be_blank
end
Expand Down

0 comments on commit f276ec2

Please sign in to comment.