Sha256: 1c9218f3f18b5354e846eb8171243e5f0f9378e595caf37ba2879bafbc55c446

Contents?: true

Size: 573 Bytes

Versions: 3

Compression:

Stored size: 573 Bytes

Contents

## Initialize credentials
ENV['FOG_RC'] = ENV['FOG_RC'] || File.expand_path('../.fog', __FILE__)

## From fog-core
require 'fog/test_helpers/formats_helper'

## From fog submodule
require File.expand_path('../../fog/tests/helper', __FILE__)
helpers = Dir.glob(File.expand_path('../../', __FILE__) + '/fog/tests/helpers/**/*.rb')
helpers.map {|h| load h}

## SakuraCloud Helpers
def sakuracloud_volume_service
  Fog::Volume[:sakuracloud]
end

def sakuracloud_compute_service
  Fog::Compute[:sakuracloud]
end

def sakuracloud_network_service
  Fog::Network[:sakuracloud]
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
fog-sakuracloud-0.1.2 tests/helper.rb
fog-sakuracloud-0.1.1 tests/helper.rb
fog-sakuracloud-0.1.0 tests/helper.rb