Sha256: 06853bfc4e02e182f3eb00051ec5e16bcec437f6fd29f3adca42a5400a8c25a6

Contents?: true

Size: 425 Bytes

Versions: 11

Compression:

Stored size: 425 Bytes

Contents

if ENV["TRAVIS"]
  require "codeclimate-test-reporter"
  CodeClimate::TestReporter.start
end

require File.expand_path('../../lib/cistern', __FILE__)

Bundler.require(:test)

RSpec.configure do |c|
  c.treat_symbols_as_metadata_keys_with_true_values = true

  if Kernel.respond_to?(:caller_locations)
    require File.expand_path('../../lib/cistern/coverage', __FILE__)
  else
    c.filter_run_excluding(:coverage)
  end
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
cistern-0.11.3 spec/spec_helper.rb
cistern-0.11.2 spec/spec_helper.rb
cistern-0.11.1 spec/spec_helper.rb
cistern-0.11.0 spec/spec_helper.rb
cistern-0.10.2 spec/spec_helper.rb
cistern-0.9.2 spec/spec_helper.rb
cistern-0.9.1 spec/spec_helper.rb
cistern-0.9.0 spec/spec_helper.rb
cistern-0.8.0 spec/spec_helper.rb
cistern-0.7.1 spec/spec_helper.rb
cistern-0.7.0 spec/spec_helper.rb