Sha256: 734fe7afb1879181619a4c90dc34c8ec5f552547ad7c135a8601a61566a28d25

Contents?: true

Size: 631 Bytes

Versions: 6

Compression:

Stored size: 631 Bytes

Contents

require 'webmock/rspec'
require 'habitica_cli'

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.disable_monkey_patching!

  if config.files_to_run.one?
    # Use the documentation formatter for detailed output,
    # unless a formatter has already been configured
    # (e.g. via a command-line flag).
    config.default_formatter = 'doc'
  end

  config.order = :random
  Kernel.srand config.seed

  config.warnings = true
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
habitica_cli-1.0.2 spec/spec_helper.rb
habitica_cli-1.0.1 spec/spec_helper.rb
habitica_cli-1.0.0 spec/spec_helper.rb
habitica_cli-0.1.1 spec/spec_helper.rb
habitica_cli-0.1.0 spec/spec_helper.rb
habitica_cli-0.0.1 spec/spec_helper.rb