Sha256: 6a6b40914945cf6258ca1c2379759e9f8cf2e6d1a5ceb93b05e3ab591f69744d
Contents?: true
Size: 431 Bytes
Versions: 31
Compression:
Stored size: 431 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 config.disable_monkey_patching! config.warnings = false if config.files_to_run.one? config.default_formatter = 'doc' end config.order = :random Kernel.srand config.seed end
Version data entries
31 entries across 31 versions & 3 rubygems