Sha256: 2b05ccab053acf8953a2deb812951936e30989a819fea5f4e83696765c70f7ad

Contents?: true

Size: 612 Bytes

Versions: 3

Compression:

Stored size: 612 Bytes

Contents

require 'rspec'
require 'simplecov'
require 'active_rest_client'
require "ostruct"

if ENV["JENKINS"]
  require 'simplecov-rcov'
  SimpleCov.formatter = SimpleCov::Formatter::RcovFormatter
end

RSpec.configure do |config|
  config.color_enabled = true
  # config.formatter     = 'documentation'

  config.treat_symbols_as_metadata_keys_with_true_values = true

  # Run specs in random order to surface order dependencies. If you find an
  # order dependency and want to debug it, you can fix the order by providing
  # the seed, which is printed after each run.
  #     --seed 1234
  config.order = 'random'
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
active_rest_client-0.9.60 spec/spec_helper.rb
active_rest_client-0.9.59 spec/spec_helper.rb
active_rest_client-0.9.58 spec/spec_helper.rb