Sha256: 6d5d95856548ecd2ebf31aa89c69309488d69b08520c4f401d10c08592179ec6
Contents?: true
Size: 358 Bytes
Versions: 3
Compression:
Stored size: 358 Bytes
Contents
require 'env_paths' 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.order = :random end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
env_paths-1.0.0 | spec/spec_helper.rb |
env_paths-0.0.2 | spec/spec_helper.rb |
env_paths-0.0.1 | spec/spec_helper.rb |