Sha256: 6b371f1c5053d02d4c9645397f59cf22a62c8dbe35f55c11e24e52edaf136011
Contents?: true
Size: 550 Bytes
Versions: 2
Compression:
Stored size: 550 Bytes
Contents
# frozen_string_literal: true require 'rspec/its' require 'spec_helper' require 'gman_client' require 'httparty' require 'securerandom' require 'simplecov' require 'webmock/rspec' SimpleCov.start Dir[File.join(GmanClient.root, 'spec/support/**/*.rb')].each { |f| require f } 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.order = :random end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
gman_client-0.4.1 | spec/spec_helper.rb |
gman_client-0.4.0 | spec/spec_helper.rb |