Sha256: bec66f1c6b01c545b0a96ae2a1c27e0fc8f45759e1b3738ef7f8da181b5f93c8
Contents?: true
Size: 335 Bytes
Versions: 2
Compression:
Stored size: 335 Bytes
Contents
require 'rumour' # 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 |
---|---|
rumour-ruby-0.0.2 | spec/spec_helper.rb |
rumour-ruby-0.0.1 | spec/spec_helper.rb |