Sha256: 63bafe46c23976a667bd5c1fbcdf14123d88c52d979ea175369d4a7c1ee17867

Contents?: true

Size: 931 Bytes

Versions: 19

Compression:

Stored size: 931 Bytes

Contents

#--
# Cloud Foundry
# Copyright (c) [2009-2014] Pivotal Software, Inc. All Rights Reserved.
#
# This product is licensed to you under the Apache License, Version 2.0 (the "License").
# You may not use this product except in compliance with the License.
#
# This product includes a number of subcomponents with
# separate copyright notices and license terms. Your use of these
# subcomponents is subject to the terms and conditions of the
# subcomponent's license, as noted in the LICENSE file.
#++

if ENV['COVERAGE']
  require "simplecov"
  if ENV['COVERAGE'] =~ /rcov/
    require "simplecov-rcov"
    SimpleCov.formatter = SimpleCov::Formatter::RcovFormatter
  end
  SimpleCov.add_filter "^#{File.dirname(__FILE__)}" if ENV['COVERAGE'] =~ /exclude-spec/
  SimpleCov.add_filter "^#{File.expand_path(File.join(File.dirname(__FILE__), "..", "vendor"))}" if ENV['COVERAGE'] =~ /exclude-vendor/
  SimpleCov.start
end

require 'rspec'

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
cf-uaa-lib-3.14.3 spec/spec_helper.rb
cf-uaa-lib-3.14.1 spec/spec_helper.rb
cf-uaa-lib-3.13.0 spec/spec_helper.rb
cf-uaa-lib-3.11.0 spec/spec_helper.rb
cf-uaa-lib-3.10.0 spec/spec_helper.rb
cf-uaa-lib-3.9.0 spec/spec_helper.rb
cf-uaa-lib-3.8.0 spec/spec_helper.rb
cf-uaa-lib-3.7.0 spec/spec_helper.rb
cf-uaa-lib-3.6.0 spec/spec_helper.rb
cf-uaa-lib-3.5.0 spec/spec_helper.rb
cf-uaa-lib-3.4.0 spec/spec_helper.rb
cf-uaa-lib-3.3.0 spec/spec_helper.rb
cf-uaa-lib-3.2.5 spec/spec_helper.rb
cf-uaa-lib-3.2.4 spec/spec_helper.rb
cf-uaa-lib-3.2.3 spec/spec_helper.rb
cf-uaa-lib-3.2.2 spec/spec_helper.rb
cf-uaa-lib-3.2.1 spec/spec_helper.rb
cf-uaa-lib-3.2.0 spec/spec_helper.rb
cf-uaa-lib-3.1.0 spec/spec_helper.rb