Sha256: 2eeaea2cd52209deceb564a767e0078b5e2db396e9804c25afbb9951cd8b1b97
Contents?: true
Size: 314 Bytes
Versions: 2
Compression:
Stored size: 314 Bytes
Contents
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 |
---|---|
xiv_lodestone-0.0.3 | spec/spec_helper.rb |
xiv_lodestone-0.0.2 | spec/spec_helper.rb |