Sha256: 4aca268f5e426a8b189d4562b10770f7c034d3de1089114f848dd249ee6543e8
Contents?: true
Size: 523 Bytes
Versions: 7
Compression:
Stored size: 523 Bytes
Contents
$: << File.join(File.dirname(__FILE__), "/../../lib") if ENV['COVERAGE'] and RUBY_VERSION =~ /^1.9/ require 'simplecov' require 'simplecov-rcov' SimpleCov.formatter = SimpleCov::Formatter::RcovFormatter SimpleCov.start end require 'rspec/its' require 'jettywrapper' RSpec.configure do |config| end unless ENV.select { |k,v| k =~ /TEST_JETTY_PORT/ }.empty? TEST_JETTY_PORTS = ENV.select { |k,v| k =~ /TEST_JETTY_PORT/ }.sort_by { |k,v| k }.map { |k,v| v } else TEST_JETTY_PORTS = [8983, 8984,9999,8888] end
Version data entries
7 entries across 7 versions & 1 rubygems