Sha256: bb6cb9b64cf8aeacf52d7b3d79e702fd29322e72452fb88278d9f03ade9b3df6
Contents?: true
Size: 246 Bytes
Versions: 2
Compression:
Stored size: 246 Bytes
Contents
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 |
---|---|
simplest_benchmark-0.0.3 | spec/spec_helper.rb |
simplest_benchmark-0.0.2 | spec/spec_helper.rb |