Sha256: 61a2ed7845295516103a99cb3b5eb6b311ee377991be7570ecb3f3772e0194c7

Contents?: true

Size: 529 Bytes

Versions: 8

Compression:

Stored size: 529 Bytes

Contents

require 'coveralls'
Coveralls.wear!

require 'whos_dated_who'

RSpec.configure do |config|
  config.filter_run :focus
  config.run_all_when_everything_filtered = true

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

  config.profile_examples = 10

  config.order = :random

  Kernel.srand config.seed

  config.expect_with :rspec do |expectations|
    expectations.syntax = :expect
  end

  config.mock_with :rspec do |mocks|
    mocks.syntax = :expect
    mocks.verify_partial_doubles = true
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
whos_dated_who-0.2.5 spec/spec_helper.rb
whos_dated_who-0.2.4 spec/spec_helper.rb
whos_dated_who-0.2.3 spec/spec_helper.rb
whos_dated_who-0.2.2 spec/spec_helper.rb
whos_dated_who-0.2.1 spec/spec_helper.rb
whos_dated_who-0.2.0 spec/spec_helper.rb
whos_dated_who-0.1.1 spec/spec_helper.rb
whos_dated_who-0.1.0 spec/spec_helper.rb