Sha256: c03cf4345b81d72c06c5f5012b8fc558639ba0f0de11b31f40a29d72f5c2d5aa

Contents?: true

Size: 442 Bytes

Versions: 1

Compression:

Stored size: 442 Bytes

Contents

require 'simplecov'

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

  config.shared_context_metadata_behavior = :apply_to_host_groups
end

SimpleCov.start

if ENV['CI']
  require 'codecov'
  SimpleCov.formatter = SimpleCov::Formatter::Codecov
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
middleman-hatenastar-0.2.0 spec/spec_helper.rb