Sha256: 053e62ed67b0cf4777058e6fdc0ef647bf6f103a30004c701825bfe106bf7fce

Contents?: true

Size: 331 Bytes

Versions: 6

Compression:

Stored size: 331 Bytes

Contents

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

6 entries across 6 versions & 1 rubygems

Version Path
cistern-0.6.0 spec/spec_helper.rb
cistern-0.5.10 spec/spec_helper.rb
cistern-0.5.9 spec/spec_helper.rb
cistern-0.5.8 spec/spec_helper.rb
cistern-0.5.7 spec/spec_helper.rb
cistern-0.5.6 spec/spec_helper.rb