Sha256: eeb680a314d0c39f44a2513a5b6fcbd77da25a8463330e001773d45af7b0d7bd
Contents?: true
Size: 737 Bytes
Versions: 4
Compression:
Stored size: 737 Bytes
Contents
require_relative 'code_climate' require 'simplecov' require 'factory_girl' require 'fileutils' SimpleCov.start SimpleCov.minimum_coverage 100 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.include FactoryGirl::Syntax::Methods config.before(:suite) do FactoryGirl.find_definitions end config.run_all_when_everything_filtered = true config.disable_monkey_patching! config.default_formatter = 'doc' if config.files_to_run.one? config.profile_examples = 5 config.order = :random Kernel.srand config.seed end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
renuo-bin-check-1.0.0.beta2 | spec/spec_helper.rb |
renuo-bin-check-1.0.0.beta1 | spec/spec_helper.rb |
renuo-bin-check-0.2.1 | spec/spec_helper.rb |
renuo-bin-check-0.2.0 | spec/spec_helper.rb |