test/helper.rb in toadhopper-1.0.0 vs test/helper.rb in toadhopper-1.0.1
- old
+ new
@@ -1,7 +1,9 @@
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