features/support/env.rb in bamboo-client-0.0.3 vs features/support/env.rb in bamboo-client-0.0.4

- old
+ new

@@ -1,8 +1,10 @@ $:.unshift File.expand_path("../../../lib", __FILE__) require "bamboo-client" +$DEBUG = false + module BambooClientHelper attr_reader :client def use(what) @client = Bamboo::Client.for what, url @@ -25,6 +27,6 @@ def fetch_env(var) ENV[var] or raise "#{var} must be set for cucumber tests" end end -World(BambooClientHelper) \ No newline at end of file +World(BambooClientHelper)