Skip to content

Commit

Permalink
Merge pull request #142 from BenMusch/patch-1
Browse files Browse the repository at this point in the history
Fix typo in README
  • Loading branch information
Phil Ostler authored Sep 6, 2017
2 parents 5fdfd54 + cc76471 commit cc9bbaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ it { is_expected.to be_expired_in 1.hour }
it { is_expected.to_not be_expired_in 2.hours }
```

### have_enqueued__sidekiq_job
### have_enqueued_sidekiq_job
*Describes that there should be an enqueued job with the specified arguments*

**Note:** When using rspec-rails >= 3.4, use `have_enqueued_sidekiq_job` instead to
Expand Down

0 comments on commit cc9bbaa

Please sign in to comment.