Sha256: bf5213b90fa60526d6c1aec8790093ec57baab76b8ca89f210eac7c9b3fbd078
Contents?: true
Size: 526 Bytes
Versions: 3
Compression:
Stored size: 526 Bytes
Contents
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 config.filter_run :focus config.run_all_when_everything_filtered = true # This setting enables warnings. It's recommended, but in some cases may # be too noisy due to issues in dependencies. config.warnings = true config.order = :random Kernel.srand config.seed end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
dots_formatter-0.0.4 | spec/spec_helper.rb |
dots_formatter-0.0.3 | spec/spec_helper.rb |
dots_formatter-0.0.2 | spec/spec_helper.rb |