brandonhilkert / sucker_punch

Sucker Punch is a Ruby asynchronous processing library using concurrent-ruby, heavily influenced by Sidekiq and girl_friday.
MIT License
2.64k stars 114 forks source link

testing not inline #9

Closed espen closed 11 years ago

brandonhilkert commented 11 years ago

I just release another version. Had too many things in my head. Wanted this path:

require 'sucker_punch/testing/inline'

This will allow for sucker_punch/testing to be used in the future for other test related support methods.