Sha256: b2d53aa8e0209bb89ad7bb1f295d9acc6f273207053dba35c4c20140ef6cc3f9

Contents?: true

Size: 465 Bytes

Versions: 9

Compression:

Stored size: 465 Bytes

Contents

require 'coveralls'
Coveralls.wear!

require 'stanford-mods'

# See http://rubydoc.info/gems/rspec-core/RSpec/Core/Configuration
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.default_formatter = 'doc' if config.files_to_run.one?
  # config.order = :random
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
stanford-mods-2.6.1 spec/spec_helper.rb
stanford-mods-2.6.0 spec/spec_helper.rb
stanford-mods-2.5.1 spec/spec_helper.rb
stanford-mods-2.5.0 spec/spec_helper.rb
stanford-mods-2.4.1 spec/spec_helper.rb
stanford-mods-2.4.0 spec/spec_helper.rb
stanford-mods-2.3.1 spec/spec_helper.rb
stanford-mods-2.2.2 spec/spec_helper.rb
stanford-mods-2.2.1 spec/spec_helper.rb