Sha256: 08ee0c3778219021f91bed290967b150933fac141de6aed315ec04712cb1c9eb
Contents?: true
Size: 505 Bytes
Versions: 8
Compression:
Stored size: 505 Bytes
Contents
# encoding: utf-8 # frozen_string_literal: true RSpec.configure do |config| config.filter_run :focus config.run_all_when_everything_filtered = true config.default_formatter = 'doc' if config.files_to_run.one? # config.profile_examples = 10 config.order = :random Kernel.srand config.seed config.expect_with :rspec do |expectations| expectations.syntax = :expect end config.mock_with :rspec do |mocks| mocks.syntax = :expect mocks.verify_partial_doubles = true end end
Version data entries
8 entries across 4 versions & 1 rubygems