• Andrew Newdigate's avatar
    Add Sidekiq middleware stack integration tests · 85ef5ab0
    Andrew Newdigate authored
    Before this change, Sidekiq middleware components were only tested
    through unit tests. This add basic integration tests for our server-side
    and client-side middleware stacks, to ensure that messages pass through
    the stack without causing exceptions.
    
    The change also ensures that each middleware yields control as expected.
    85ef5ab0
sidekiq_middleware_spec.rb 4.5 KB