Sha256: d6fb31f3c5312e99cac40f00c42226084ee1eb8ba0b8d10d9c418d286985adba
Contents?: true
Size: 359 Bytes
Versions: 1
Compression:
Stored size: 359 Bytes
Contents
require 'ruby_odata' require 'webmock/rspec' require 'simplecov' require 'rspec/its' # require 'coveralls' # Coveralls.wear_merged! Dir[File.expand_path('../support/**/*.rb', __FILE__)].each { |f| require f } WebMock.disable_net_connect!(allow_localhost: true) DEFAULT_HEADERS = {'Accept'=>'*/*; q=0.5, application/xml', 'Accept-Encoding'=>'gzip,deflate'}
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ruby_odata-0.2.0.beta1 | spec/spec_helper.rb |