Sha256: a8dc0750a5bf5cb3dd165091b020cf358a880ae34d2749326d750da25d60f19a

Contents?: true

Size: 335 Bytes

Versions: 6

Compression:

Stored size: 335 Bytes

Contents

require "rubygems"
require "spec"
# gem install redgreen for colored test output
begin require "redgreen" unless ENV['TM_CURRENT_LINE']; rescue LoadError; end

Spec::Runner.configure do |config|
end

require File.expand_path(File.dirname(__FILE__) + "/../lib/yahoo_ads_estimates")

RAILS_ROOT = File.expand_path(File.dirname(__FILE__))

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
yahoo_ads_estimates-0.1.5 spec/spec_helper.rb
yahoo_ads_estimates-0.1.4 spec/spec_helper.rb
yahoo_ads_estimates-0.1.3 spec/spec_helper.rb
yahoo_ads_estimates-0.1.2 spec/spec_helper.rb
yahoo_ads_estimates-0.1.1 spec/spec_helper.rb
yahoo_ads_estimates-0.1.0 spec/spec_helper.rb