Sha256: 3cba91be76df94f88ba4efdc45d8c702471339829c1c36837e22a70318604f01

Contents?: true

Size: 333 Bytes

Versions: 5

Compression:

Stored size: 333 Bytes

Contents

# frozen_string_literal: true

require "simplecov"
SimpleCov.start

require "fiftytwo"

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
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
fiftytwo-0.0.5 spec/spec_helper.rb
fiftytwo-0.0.4 spec/spec_helper.rb
fiftytwo-0.0.3 spec/spec_helper.rb
fiftytwo-0.0.2 spec/spec_helper.rb
fiftytwo-0.0.1 spec/spec_helper.rb