Sha256: b8ad3b02aac51c4bab195725b2a83b2a316db17089dccfc25399a9a53a15332e
Contents?: true
Size: 507 Bytes
Versions: 1
Compression:
Stored size: 507 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.shared_context_metadata_behavior = :apply_to_host_groups config.expose_dsl_globally = true config.filter_run_when_matching :focus config.disable_monkey_patching! config.profile_examples = 10 config.order = :random Kernel.srand config.seed end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
micro_sessions-0.4.0 | spec/spec_helper.rb |