Sha256: 2fad2a61429e8300723b87ec6d57380831505a3a1bea5820aad197264ab07f4b
Contents?: true
Size: 379 Bytes
Versions: 3
Compression:
Stored size: 379 Bytes
Contents
# See http://rubydoc.info/gems/rspec-core/RSpec/Core/Configuration 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 end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
capy-spec-0.0.3 | lib/capy_spec/spec_helper.rb |
capy-spec-0.0.2 | lib/capy_spec/spec_helper.rb |
capy-spec-0.0.1 | lib/capy_spec/spec_helper.rb |