Sha256: b75bff1d6c370aa0d21cb4fc90a8e6b07d40ede475d05270ccd01d645415c2e1

Contents?: true

Size: 484 Bytes

Versions: 9

Compression:

Stored size: 484 Bytes

Contents

require "codeclimate-test-reporter"
CodeClimate::TestReporter.start
require 'spank'

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.warnings = true
  config.order = :random
  Kernel.srand config.seed
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
spank-1.0.1441140881 spec/spec_helper.rb
spank-1.0.1441140857 spec/spec_helper.rb
spank-1.0.1441140848 spec/spec_helper.rb
spank-1.0.1441140841 spec/spec_helper.rb
spank-1.0.1441140834 spec/spec_helper.rb
spank-1.0.1441140824 spec/spec_helper.rb
spank-1.0.1441140809 spec/spec_helper.rb
spank-1.0.1441140804 spec/spec_helper.rb
spank-1.0.1441140793 spec/spec_helper.rb