Sha256: 0eb088d70869610b2f565bbf38eb78f07beab2dbe03b37e389457e7dd15db474
Contents?: true
Size: 298 Bytes
Versions: 2
Compression:
Stored size: 298 Bytes
Contents
require File.expand_path('../../lib/metric', __FILE__) require 'webmock/rspec' def reset_config Metric.configuration = nil Metric.configure do |config| config.api_key = "spec" config.secret_key = "1234" end end RSpec.configure do |config| config.before(:all) { reset_config } end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
metric-0.0.8 | spec/spec_helper.rb |
metric-0.0.7 | spec/spec_helper.rb |