Sha256: 4de9f4233fa9315729ceb6be6522a1ea1e5ba09c6f1c4098238712659f4157b3
Contents?: true
Size: 673 Bytes
Versions: 3
Compression:
Stored size: 673 Bytes
Contents
# See http://rubydoc.info/gems/rspec-core/RSpec/Core/Configuration RSpec.configure do |config| # Enable flags like --only-failures and --next-failure config.example_status_persistence_file_path = ".rspec_status" # Disable RSpec exposing methods globally on `Module` and `main` config.disable_monkey_patching! config.expose_dsl_globally = true config.expect_with :rspec do |expectations| expectations.syntax = :expect 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 |
---|---|
craby-0.0.4 | lib/craby/spec_helper.rb |
craby-0.0.3 | lib/craby/spec_helper.rb |
craby-0.0.2 | lib/craby/spec_helper.rb |