Sha256: d5869c89d54fdfa7e2cd837d021df2f5474652c5bb28b6849bda563352a917bc
Contents?: true
Size: 711 Bytes
Versions: 4
Compression:
Stored size: 711 Bytes
Contents
# encoding: utf-8 require 'pastel' 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 # Limits the available syntax to the non-monkey patched syntax that is recommended. config.disable_monkey_patching! # This setting enables warnings. It's recommended, but in some cases may # be too noisy due to issues in dependencies. config.warnings = true if config.files_to_run.one? config.default_formatter = 'doc' end config.profile_examples = 2 config.order = :random Kernel.srand config.seed end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
pastel-0.3.0 | spec/spec_helper.rb |
pastel-0.2.1 | spec/spec_helper.rb |
pastel-0.2.0 | spec/spec_helper.rb |
pastel-0.1.0 | spec/spec_helper.rb |