Sha256: 749849b6bef20093ce1945f09204669eb4b1ec62d86c8cbe817fa917ecf73c18
Contents?: true
Size: 679 Bytes
Versions: 77
Compression:
Stored size: 679 Bytes
Contents
SPEC_ROOT = File.expand_path(__dir__) $LOAD_PATH << SPEC_ROOT 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.filter_run :focus config.run_all_when_everything_filtered = true config.disable_monkey_patching! # config.warnings = true if config.files_to_run.one? config.default_formatter = 'doc' end config.profile_examples = 3 config.order = :random Kernel.srand config.seed #this allows you to use `--seed` to deterministically reproduce failures end
Version data entries
77 entries across 77 versions & 1 rubygems