Sha256: 23b7ddd0876970bf1143487f71739ef701304db5e0d6ec7e422e39e7b53253d9
Contents?: true
Size: 460 Bytes
Versions: 4
Compression:
Stored size: 460 Bytes
Contents
RSpec.configure do |config| config.order = "random" config.filter_run focus: true config.run_all_when_everything_filtered = true config.example_status_persistence_file_path = "./tmp/rspec-status.txt" config.mock_with :rspec do |mocks| mocks.verify_partial_doubles = true end config.expect_with :rspec do |expectations| expectations.syntax = :expect expectations.include_chain_clauses_in_custom_matcher_descriptions = true end end
Version data entries
4 entries across 4 versions & 1 rubygems