Strelka::

Testing

module

A collection of testing functions and classes for use in Strelka handlers and libraries.

Public Instance Methods

anchor
finish_with( status, message=nil, headers={} )

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