Sha256: 057ec773eb4d6c19177a8c3cbdce44c804ffe0d0fe0618450d85c36f28682d1a

Contents?: true

Size: 217 Bytes

Versions: 4

Compression:

Stored size: 217 Bytes

Contents

require File.expand_path('../../lib/metric', __FILE__)
require 'ruby-debug'
require 'webmock/rspec'

def reset_config
  Metric.configuration = nil
  Metric.configure do |config|
    config.api_key = "spec"
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
metric-0.0.6 spec/spec_helper.rb
metric-0.0.5 spec/spec_helper.rb
metric-0.0.4 spec/spec_helper.rb
metric-0.0.3 spec/spec_helper.rb