Sha256: 64af0f1ee5756cb3c3390638e51df818ccf66a3fde7fba0946ff15dae99f4b15
Contents?: true
Size: 490 Bytes
Versions: 11
Compression:
Stored size: 490 Bytes
Contents
# ---- requirements require 'rubygems' require 'spec' require 'mocha' $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.mock_with :mocha config.before :each do RPXNow.api_key = API_KEY RPXNow.api_version = API_VERSION end end
Version data entries
11 entries across 11 versions & 5 rubygems