Sha256: 71de7af2e3e453fa58d2afd52235b994fe57f500ea84bb3b27cfb9f050a52b6d
Contents?: true
Size: 190 Bytes
Versions: 1
Compression:
Stored size: 190 Bytes
Contents
require 'sham_rack' ShamRack.at("api.honeybadger.io") do |env| response = <<-end_json {"id":"123456789"} end_json ["200 OK", { "Content-type" => "application/json" }, [response]] end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
honeybadger-1.0.0 | features/support/honeybadger_shim.rb.template |