Module: HttpStub::Server::Application::ResponseSupport

Included in:
Application
Defined in:
lib/http_stub/server/application/response_support.rb

Class Method Summary collapse

Class Method Details

.included(application) ⇒ Object



7
8
9
10
11
12
13
# File 'lib/http_stub/server/application/response_support.rb', line 7

def self.included(application)
  application.instance_eval do

    before { @response_pipeline = HttpStub::Server::Application::ResponsePipeline.new(self) }

  end
end