Sha256: 0964ff94759e48ad80b9667c2b62ca9674dcf5de3c37f5c4d00e894acf6d2e22

Contents?: true

Size: 364 Bytes

Versions: 18

Compression:

Stored size: 364 Bytes

Contents

require "simplecov"
SimpleCov.start

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

require "active_support/core_ext/string/strip"
require "ruboty"

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

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
ruboty-1.2.2 spec/spec_helper.rb
ruboty-1.2.1 spec/spec_helper.rb
ruboty-1.2.0 spec/spec_helper.rb
ruboty-1.1.9 spec/spec_helper.rb
ruboty-1.1.8 spec/spec_helper.rb
ruboty-1.1.7 spec/spec_helper.rb
ruboty-1.1.6 spec/spec_helper.rb
ruboty-1.1.5 spec/spec_helper.rb
ruboty-1.1.4 spec/spec_helper.rb
ruboty-1.1.3 spec/spec_helper.rb
ruboty-1.1.2 spec/spec_helper.rb
ruboty-1.1.1 spec/spec_helper.rb
ruboty-1.1.0 spec/spec_helper.rb
ruboty-1.0.4 spec/spec_helper.rb
ruboty-1.0.3 spec/spec_helper.rb
ruboty-1.0.2 spec/spec_helper.rb
ruboty-1.0.1 spec/spec_helper.rb
ruboty-1.0.0 spec/spec_helper.rb