Sha256: 4b028014ed4cb29a07ae4cf44040507f0d80c801c89f41db8e9fb1841cc244fa

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-1.0.0 test/helper.rb