Sha256: f0f908923592d2d808d2f7567bb223f686c57a37c9cdcd3616029249a2d4b070
Contents?: true
Size: 377 Bytes
Versions: 17
Compression:
Stored size: 377 Bytes
Contents
# encoding: utf-8 RSpec.configure do |config| config.filter_run :focus config.run_all_when_everything_filtered = true 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
17 entries across 17 versions & 3 rubygems