Sha256: 73494510c5a7d369f36d4668409b7b297aa1af3dbbac35f84eb4e0952edf9fc0
Contents?: true
Size: 264 Bytes
Versions: 1
Compression:
Stored size: 264 Bytes
Contents
require 'gumball' 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
gumball-0.0.1 | spec/spec_helper.rb |