Sha256: b4248e48a2cf252829cee324f9ce00219319ec12328ad9d6b8090b6addd5c04d
Contents?: true
Size: 331 Bytes
Versions: 2
Compression:
Stored size: 331 Bytes
Contents
require 'season' require "codeclimate-test-reporter" CodeClimate::TestReporter.start 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 end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
season-0.2 | spec/spec_helper.rb |
season-0.1 | spec/spec_helper.rb |