Sha256: b75bff1d6c370aa0d21cb4fc90a8e6b07d40ede475d05270ccd01d645415c2e1
Contents?: true
Size: 484 Bytes
Versions: 9
Compression:
Stored size: 484 Bytes
Contents
require "codeclimate-test-reporter" CodeClimate::TestReporter.start require 'spank' 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.filter_run :focus config.run_all_when_everything_filtered = true config.warnings = true config.order = :random Kernel.srand config.seed end
Version data entries
9 entries across 9 versions & 1 rubygems