Sha256: 87f7bcea0713e77d5570b22b1ee00e43d28c97c039a20ae8cd560e1b65720bc6
Contents?: true
Size: 544 Bytes
Versions: 2
Compression:
Stored size: 544 Bytes
Contents
require 'coveralls' require 'wannabe_bool' Coveralls.wear! 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.disable_monkey_patching! config.run_all_when_everything_filtered = true config.filter_run :focus config.order = :random if config.files_to_run.one? config.default_formatter = 'doc' end Kernel.srand config.seed end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
wannabe_bool-0.7.0 | spec/spec_helper.rb |
wannabe_bool-0.6.0 | spec/spec_helper.rb |