Sha256: 1f6137402543d19efe13928981a7c3f83e4dad74824e72b81e7140e1a70cfbad
Contents?: true
Size: 411 Bytes
Versions: 4
Compression:
Stored size: 411 Bytes
Contents
# frozen_string_literal: true require "coveralls" Coveralls.wear! $LOAD_PATH.unshift File.expand_path("../../lib", __FILE__) require "to_russian_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
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
to_russian_words-1.1.4 | spec/spec_helper.rb |
to_russian_words-1.1.3 | spec/spec_helper.rb |
to_russian_words-1.1.2 | spec/spec_helper.rb |
to_russian_words-1.1.1 | spec/spec_helper.rb |