Sha256: d3ee1bae13e733e53e728fd3c2ffcab61a13ad3b8967985eb90e947db6dcf574

Contents?: true

Size: 403 Bytes

Versions: 1

Compression:

Stored size: 403 Bytes

Contents

# frozen_string_literal: true
require "coveralls"
Coveralls.wear!
$LOAD_PATH.unshift File.expand_path("../../lib", __FILE__)
require "to_words"
require "pry"
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
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
to_words-1.1.1 spec/spec_helper.rb