Sha256: f38a2b4ec0e3753b9dfe9a65056a73401ca0c6717e5fd4041eb05f2e3baf68d4

Contents?: true

Size: 448 Bytes

Versions: 25

Compression:

Stored size: 448 Bytes

Contents

# ---- requirements
require 'rubygems'
require 'spec'

$LOAD_PATH << File.expand_path("../lib", File.dirname(__FILE__))

# ---- setup environment/plugin
require File.expand_path("../init", File.dirname(__FILE__))
API_KEY = '4b339169026742245b754fa338b9b0aebbd0a733'
API_VERSION = RPXNow.api_version

# ---- rspec
Spec::Runner.configure do |config|
  config.before :each do
    RPXNow.api_key = API_KEY
    RPXNow.api_version = API_VERSION
  end
end

Version data entries

25 entries across 25 versions & 4 rubygems

Version Path
spyou_rpx_now-0.6.6 spec/spec_helper.rb
rpx_now-0.6.5 spec/spec_helper.rb
rpx_now-0.6.4 spec/spec_helper.rb
rpx_now-0.6.1 spec/spec_helper.rb
rpx_now-0.5.11 spec/spec_helper.rb