Sha256: 7140d00ff317a41bc338aa424449f0a90767191306cc3580c060691ca05a66c9
Contents?: true
Size: 387 Bytes
Versions: 3
Compression:
Stored size: 387 Bytes
Contents
RSpec.configure do |config| config.run_all_when_everything_filtered = true config.filter_run focus: true config.order = "random" config.mock_with :rspec do |mocks| mocks.verify_partial_doubles = true end config.expect_with :rspec do |expectations| expectations.syntax = :expect expectations.include_chain_clauses_in_custom_matcher_descriptions = true end end
Version data entries
3 entries across 3 versions & 1 rubygems