Sha256: f47fe685e749ecee420e2d3b545b66e0532daad3ac2e7155e97547c092f02a77
Contents?: true
Size: 452 Bytes
Versions: 2
Compression:
Stored size: 452 Bytes
Contents
# frozen_string_literal: true require "rspec/its" require "pry" require "coach" require "coach/rspec" Dir[Pathname(__FILE__).dirname.join("support", "**", "*.rb")]. sort. each { |path| require path } 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 |
---|---|
coach-3.0.1 | spec/spec_helper.rb |
coach-3.0.0 | spec/spec_helper.rb |