Sha256: 4fa720676d9798c31062593b438fa74dcc3243dfcae8dfb49c9eaace29314cd8

Contents?: true

Size: 524 Bytes

Versions: 13

Compression:

Stored size: 524 Bytes

Contents

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

require File.expand_path('../../lib/cistern', __FILE__)
Dir[File.expand_path("../{support,shared,matchers,fixtures}/*.rb", __FILE__)].each{|f| require(f)}

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

13 entries across 13 versions & 1 rubygems

Version Path
cistern-2.0.5 spec/spec_helper.rb
cistern-2.0.4 spec/spec_helper.rb
cistern-2.0.3 spec/spec_helper.rb
cistern-2.0.2 spec/spec_helper.rb
cistern-2.0.1 spec/spec_helper.rb
cistern-1.0.1.pre6 spec/spec_helper.rb
cistern-1.0.1.pre5 spec/spec_helper.rb
cistern-1.0.1.pre4 spec/spec_helper.rb
cistern-1.0.1.pre3 spec/spec_helper.rb
cistern-1.0.1.pre2 spec/spec_helper.rb
cistern-1.0.1.pre1 spec/spec_helper.rb
cistern-1.0.0.pre spec/spec_helper.rb
cistern-0.11.2.pre2 spec/spec_helper.rb