Sha256: de7114a73fc93edd0add43ef6a6ae3e3cf81e3f84fabee160545c316a2a40288
Contents?: true
Size: 496 Bytes
Versions: 2
Compression:
Stored size: 496 Bytes
Contents
require 'codeclimate-test-reporter' CodeClimate::TestReporter.start require 'rspec/its' require 'spec_helper' require 'gman_client' require 'httparty' require 'webmock' 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 end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
gman_client-0.0.8 | spec/spec_helper.rb |
gman_client-0.0.7 | spec/spec_helper.rb |