Module: Http::Local::Route

Extended by:
ActiveSupport::Concern
Defined in:
lib/rspec-api/http/local/route.rb

Instance Method Summary collapse

Instance Method Details

#send_request(verb, route, body) ⇒ Object



6
7
8
9
# File 'lib/rspec-api/http/local/route.rb', line 6

def send_request(verb, route, body)
  header 'Accept', 'application/json'
  send verb, route, body
end