Sha256: f966e042380ca2750a632904899403cb15528f63567c466f71f5bb93657e6289
Contents?: true
Size: 621 Bytes
Versions: 9
Compression:
Stored size: 621 Bytes
Contents
require 'simplecov' require 'fauna' require 'fauna_helper' # Reference 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 # Disable monkey patching config.disable_monkey_patching! # Enable warnings config.warnings = true # Setup test order config.order = :random Kernel.srand config.seed # Include test helpers config.include FaunaTestHelpers end
Version data entries
9 entries across 9 versions & 2 rubygems