Sha256: 7af7ab88c794b28629d44ebdf0cbfb20758522c4d213136c47c71bb7318375cc
Contents?: true
Size: 472 Bytes
Versions: 1
Compression:
Stored size: 472 Bytes
Contents
require "bundler" Bundler.setup(:default, :development) if ENV["COVERAGE"] require "simplecov" SimpleCov.start do add_filter "/spec/" end end require "savon" require "rspec" RSpec.configure do |config| config.mock_with :mocha config.order = "random" end HTTPI.log = false # don't have HTTPI lazy-load HTTPClient, because then # it can't actually be refered to inside the specs. require "httpclient" require "support/endpoint" require "support/fixture"
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
savon-2.1.0 | spec/spec_helper.rb |