Sha256: a689d23e9962a2eb1468ad0dc55a8e452a3abc3de1028a36c224146f64282c01

Contents?: true

Size: 680 Bytes

Versions: 5

Compression:

Stored size: 680 Bytes

Contents

require "codeclimate-test-reporter"
CodeClimate::TestReporter.start

require 'tessa'

Dir[File.expand_path("../support/*.rb", __FILE__)].each do |file|
  require file
end

RSpec.configure do |config|
  config.expect_with :rspec do |expectations|
    expectations.include_chain_clauses_in_custom_matcher_descriptions = true
  end

  config.mock_with :rspec do |mocks|
    mocks.verify_partial_doubles = true
  end

  if config.files_to_run.one?
    config.default_formatter = 'doc'
  end

  config.filter_run :focus
  config.run_all_when_everything_filtered = true
  config.disable_monkey_patching!
  config.warnings = true
  config.order = :random

  Kernel.srand config.seed
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
tessa-0.6.3 spec/spec_helper.rb
tessa-0.6.2 spec/spec_helper.rb
tessa-0.6.1 spec/spec_helper.rb
tessa-0.6.0 spec/spec_helper.rb
tessa-0.5.0 spec/spec_helper.rb