A collection of testing functions and classes for use in Strelka handlers and libraries.
Match a response thrown via the finish_with
function.
# File lib/strelka/testing.rb, line 185
def finish_with( status, message=nil, headers={} )
FinishWithMatcher.new( status, message, headers )
end