Sha256: 3428e301beba6c66af812f434910d8e1dba87767e3195739297ecac6fffe2d77
Contents?: true
Size: 522 Bytes
Versions: 2
Compression:
Stored size: 522 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 config.order = :random end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
gman_client-0.0.10 | spec/spec_helper.rb |
gman_client-0.0.9 | spec/spec_helper.rb |