Sha256: a1bef012bb915e3924b71790cf3ded8a29cbcd7800966f63a0390a18bd0ef5a8

Contents?: true

Size: 501 Bytes

Versions: 85

Compression:

Stored size: 501 Bytes

Contents

module Fog
  module Vcloud
    if false
      class Fog::Connection
        def request(params, &block)
          path = File.expand_path(File.join(File.dirname(__FILE__),'..','..','data',params[:path].gsub(/^\//,'').gsub('/','_+_')))
          if File.exists?(path)
            body = File.read(path)
          else
            ''
          end
          Excon::Response.new(
            :body   => body,
            :status => 200,
            :header => '')
        end
      end
    end
  end
end

Version data entries

85 entries across 85 versions & 15 rubygems

Version Path
fog-test-again-1.6.0 tests/vcloud/models/compute/conn_helper.rb
fog-test-me-1.10.0 tests/vcloud/models/compute/conn_helper.rb
fog-parser-fix-1.6.0 tests/vcloud/models/compute/conn_helper.rb
fog-1.10.0 tests/vcloud/models/compute/conn_helper.rb
fog-1.9.0 tests/vcloud/models/compute/conn_helper.rb
fog-maestrodev-1.8.0.20130114204828 tests/vcloud/models/compute/conn_helper.rb
fog-maestrodev-1.8.0.20130111070250 tests/vcloud/models/compute/conn_helper.rb
fog-maestrodev-1.8.0.20130109172219 tests/vcloud/models/compute/conn_helper.rb
fog-sgonyea-1.8.1 tests/vcloud/models/compute/conn_helper.rb
fog-1.8.0 tests/vcloud/models/compute/conn_helper.rb
fog-maestrodev-1.7.0.20121114190951 tests/vcloud/models/compute/conn_helper.rb
fog-1.7.0 tests/vcloud/models/compute/conn_helper.rb
fog-1.6.0 tests/vcloud/models/compute/conn_helper.rb
fog-1.5.0 tests/vcloud/models/compute/conn_helper.rb
rackspace-fog-1.4.2 tests/vcloud/models/compute/conn_helper.rb
fog-1.4.0 tests/vcloud/models/compute/conn_helper.rb
brightbox-cli-0.18.1 lib/brightbox-cli/vendor/fog/tests/vcloud/models/compute/conn_helper.rb
michiels-fog-1.3.1 tests/vcloud/models/compute/conn_helper.rb
ftl-0.2.0 vendor/bundle/gems/fog-1.3.1/tests/vcloud/models/compute/conn_helper.rb
brightbox-cli-0.18.0 lib/brightbox-cli/vendor/fog/tests/vcloud/models/compute/conn_helper.rb