Sha256: c7dec838a04ae7626edc429fad7ca23a1f457740a616e27aaed507c453e730cc
Contents?: true
Size: 551 Bytes
Versions: 4
Compression:
Stored size: 551 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 config.example_status_persistence_file_path = "spec/examples.txt" if config.files_to_run.one? config.default_formatter = 'doc' end config.order = :random Kernel.srand config.seed # config.profile_examples = 10 end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
webvalve-0.9.3 | spec/spec_helper.rb |
webvalve-0.9.2 | spec/spec_helper.rb |
webvalve-0.9.1 | spec/spec_helper.rb |
webvalve-0.9.0 | spec/spec_helper.rb |