Sha256: 33ee225653c896ed67e0674b926d6e4e1ffb12ab0dc547bfaac56f59dd71e54f

Contents?: true

Size: 543 Bytes

Versions: 4

Compression:

Stored size: 543 Bytes

Contents

require 'coveralls'
Coveralls.wear!

require 'pry'
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

4 entries across 4 versions & 1 rubygems

Version Path
whos_dated_who-0.3.1 spec/spec_helper.rb
whos_dated_who-0.3.0 spec/spec_helper.rb
whos_dated_who-0.2.7 spec/spec_helper.rb
whos_dated_who-0.2.6 spec/spec_helper.rb