Sha256: e5a3b97222474a13c3874142200291ad587f808fbdb58dc1d982a14079ca1304

Contents?: true

Size: 474 Bytes

Versions: 44

Compression:

Stored size: 474 Bytes

Contents

require 'pry' #always useful when debugging
require 'pod4'


include Pod4


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

  if config.files_to_run.one?
    config.default_formatter = 'doc'
  end

end

Version data entries

44 entries across 23 versions & 1 rubygems

Version Path
pod4-1.0.1 spec/common/spec_helper.rb
pod4-1.0.1 spec/spec_helper.rb
pod4-1.0.0 spec/spec_helper.rb
pod4-1.0.0 spec/common/spec_helper.rb
pod4-0.10.6 spec/spec_helper.rb
pod4-0.10.6 spec/common/spec_helper.rb
pod4-0.10.5 spec/spec_helper.rb
pod4-0.10.5 spec/common/spec_helper.rb
pod4-0.10.4 spec/spec_helper.rb
pod4-0.10.4 spec/common/spec_helper.rb
pod4-0.10.3 spec/common/spec_helper.rb
pod4-0.10.3 spec/spec_helper.rb
pod4-0.10.2 spec/spec_helper.rb
pod4-0.10.2 spec/common/spec_helper.rb
pod4-0.10.1 spec/common/spec_helper.rb
pod4-0.10.1 spec/spec_helper.rb
pod4-0.10.0 spec/common/spec_helper.rb
pod4-0.10.0 spec/spec_helper.rb
pod4-0.9.3 spec/spec_helper.rb
pod4-0.9.3 spec/common/spec_helper.rb