Sha256: df73d08ffbedc9e89ad8e52b3fe9df14ae9e22b3688e4abecacaaf5aeaef20e6
Contents?: true
Size: 419 Bytes
Versions: 2
Compression:
Stored size: 419 Bytes
Contents
require 'simplecov' require 'coveralls' SimpleCov.start do minimum_coverage(75.0) end Coveralls.wear! 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
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
spreeference-0.1.1 | spec/spec_helper.rb |
spreeference-0.1.0 | spec/spec_helper.rb |