Sha256: e8f2c209350de4e10c2e5df660ae338c51847c4e3be5ef239c564c5858a61f52
Contents?: true
Size: 286 Bytes
Versions: 111
Compression:
Stored size: 286 Bytes
Contents
# frozen_string_literal: true RSpec.configure do |config| config.mock_with :rspec do |c| c.verify_partial_doubles = true end config.around(:each, partial_double_verification: false) do |example| without_partial_double_verification do example.run end end end
Version data entries
111 entries across 111 versions & 1 rubygems