1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00

Added inline testing change to changelog.

This commit is contained in:
Pan Thomakos 2012-05-01 18:10:05 -07:00
parent c4e6fae37c
commit 92084397a9

View file

@ -29,6 +29,9 @@ end
- In test environments add the `#drain` class method to workers. This method
executes all previously queued jobs. (panthomakos)
- Sidekiq workers can be run inline during tests by requiring the
`sidekiq/testing/inline` file. (panthomakos)
1.1.4
-----------