Sha256: 4b1b2290ab4ce746ee62b59db525e5a76d860134d94b87b653727ade5cca083d
Contents?: true
Size: 603 Bytes
Versions: 4
Compression:
Stored size: 603 Bytes
Contents
# frozen_string_literal: true require "bundler" Bundler.require :default, :development Combustion.initialize! :active_record 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.example_status_persistence_file_path = "spec/examples.txt" config.warnings = true config.default_formatter = "doc" if config.files_to_run.count == 1 end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
unreliable-0.1.3 | spec/spec_helper.rb |
unreliable-0.1.2 | spec/spec_helper.rb |
unreliable-0.1.1 | spec/spec_helper.rb |
unreliable-0.1.0 | spec/spec_helper.rb |