Sha256: 55ce62c07a3e123026e258c3d21927bbfcd6e4b7c9baf68b09bd7929a3b772f8
Contents?: true
Size: 259 Bytes
Versions: 1
Compression:
Stored size: 259 Bytes
Contents
Bundler.setup(:test) Bundler.require(:test) require File.expand_path("../../lib/toadhopper", __FILE__) def toadhopper @toadhopper ||= ToadHopper.new(ENV['HOPTOAD_API_KEY'] || "test api key") end def error begin; raise "Kaboom!"; rescue => e; e end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
toadhopper-0.9.8 | test/helper.rb |