Sha256: d8c9ac18eab28654a158a21923a765175292effcffd2934e0062c74f5c5ed30a

Contents?: true

Size: 393 Bytes

Versions: 11

Compression:

Stored size: 393 Bytes

Contents

if ENV["CODECLIMATE_REPO_TOKEN"]
  require "codeclimate-test-reporter"
  CodeClimate::TestReporter.start
else
  require "simplecov"
  SimpleCov.start { add_filter("/vendor/bundle/") }
end

require File.expand_path("../../lib/owners", __FILE__)

RSpec.configure do |config|
  config.filter_run :focus
  config.raise_errors_for_deprecations!
  config.run_all_when_everything_filtered = true
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
owners-0.1.1 spec/spec_helper.rb
owners-0.1.0 spec/spec_helper.rb
owners-0.0.9 spec/spec_helper.rb
owners-0.0.8 spec/spec_helper.rb
owners-0.0.7 spec/spec_helper.rb
owners-0.0.6 spec/spec_helper.rb
owners-0.0.5 spec/spec_helper.rb
owners-0.0.4 spec/spec_helper.rb
owners-0.0.3 spec/spec_helper.rb
owners-0.0.2 spec/spec_helper.rb
owners-0.0.1 spec/spec_helper.rb