Sha256: cdc25f28f1dd4bba2e00552fb699b4ff20b90af816cf1393ddb6441f241a97f9
Contents?: true
Size: 286 Bytes
Versions: 2
Compression:
Stored size: 286 Bytes
Contents
require 'rspec' require 'stats_whisper' 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
stats_whisper-0.2.3 | spec/spec_helper.rb |
stats_whisper-0.2.2.1 | spec/spec_helper.rb |