Sha256: 7f66417ed2a77ebe9eaa266d4e341f67ae6b51a86a458fc9eb4f229c8659a60e

Contents?: true

Size: 611 Bytes

Versions: 10

Compression:

Stored size: 611 Bytes

Contents

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

10 entries across 10 versions & 1 rubygems

Version Path
tessa-0.9.1 spec/spec_helper.rb
tessa-0.9.0 spec/spec_helper.rb
tessa-0.8.0 spec/spec_helper.rb
tessa-0.7.0 spec/spec_helper.rb
tessa-0.4.0 spec/spec_helper.rb
tessa-0.3.1 spec/spec_helper.rb
tessa-0.3.0 spec/spec_helper.rb
tessa-0.2.0 spec/spec_helper.rb
tessa-0.1.3 spec/spec_helper.rb
tessa-0.1.2 spec/spec_helper.rb