Sha256: 6e8750012062717a833000a5677b275967f1e656b9e70f1bcac6674a684ad3af

Contents?: true

Size: 346 Bytes

Versions: 1

Compression:

Stored size: 346 Bytes

Contents

ENV['FOG_RC'] = ENV['FOG_RC'] || File.expand_path('../.fog', __FILE__)
ENV['FOG_CREDENTIAL'] = ENV['FOG_CREDENTIAL'] || 'default'

require 'fog'
require 'fog/test_helpers/formats_helper'

require File.expand_path(File.join(File.dirname(__FILE__), 'helpers', 'mock_helper'))

Excon.defaults.merge!(:debug_request => true, :debug_response => true)

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fog-radosgw-0.0.1 tests/helper.rb