Sha256: d877466487c7bdbb8e44169f096fc8b3652914f39a07b015bcffeda3a4eb14f6
Contents?: true
Size: 353 Bytes
Versions: 9
Compression:
Stored size: 353 Bytes
Contents
ENV['MOCK_CORE'] ||= 'true' ENV['CORE_URL'] ||= "http://api-development.localdev.engineyard.com:9292" require 'tempfile' Bundler.require(:default, :test) require File.expand_path("../../lib/ey-core", __FILE__) Dir[File.expand_path("../{shared,support}/*.rb", __FILE__)].each{|f| require(f)} RSpec.configure do |config| config.order = "random" end
Version data entries
9 entries across 9 versions & 1 rubygems