Sha256: 2133f616e873bf09d7b0a18c09676b5f2d4e8a992b21eb25c04d4b964a6ab4f9
Contents?: true
Size: 460 Bytes
Versions: 1
Compression:
Stored size: 460 Bytes
Contents
require "codeclimate-test-reporter" CodeClimate::TestReporter.start require 'coveralls' Coveralls.wear! require 'pry' require 'MX/ID' 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 end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
MX-ID-0.0.1.pre | spec/spec_helper.rb |