Sha256: 1d4887be997cec2ec91a618ce96015693e1296cbf09f0ac23d2f7f178c4f61a0

Contents?: true

Size: 297 Bytes

Versions: 4

Compression:

Stored size: 297 Bytes

Contents

# frozen_string_literal: true

require 'auto_html'

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

4 entries across 4 versions & 1 rubygems

Version Path
auto_html-2.2.0 spec/spec_helper.rb
auto_html-2.1.1 spec/spec_helper.rb
auto_html-2.1.0 spec/spec_helper.rb
auto_html-2.0.2 spec/spec_helper.rb