Sha256: 084a0c46f42cfc4af004c207f87fd77eac62a8dd5b76f94ef156e02cfc399d4c

Contents?: true

Size: 280 Bytes

Versions: 2

Compression:

Stored size: 280 Bytes

Contents

Bundler.setup(:test)
Bundler.require(:test)

require 'test/unit'

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

2 entries across 2 versions & 1 rubygems

Version Path
toadhopper-1.0.2 test/helper.rb
toadhopper-1.0.1 test/helper.rb