Sha256: c6a888adc59ac60000869c935e08f95bf336b903479dd502343492407ea49dc9

Contents?: true

Size: 313 Bytes

Versions: 8

Compression:

Stored size: 313 Bytes

Contents

# Use so you can run in mock mode from the command line
#
# FOG_MOCK=true fog

if ENV["FOG_MOCK"] == "true"
  Fog.mock!
end

# if in mocked mode, fill in some fake credentials for us
if Fog.mock?
  Fog.credentials = {
    libvirt_uri:                       'qemu://libvirt/system',
  }.merge(Fog.credentials)
end

Version data entries

8 entries across 8 versions & 2 rubygems

Version Path
fog-libvirt-0.12.2 tests/helpers/mock_helper.rb
fog-libvirt-0.12.1 tests/helpers/mock_helper.rb
fog-libvirt-0.12.0 tests/helpers/mock_helper.rb
fog-libvirt-0.11.0 tests/helpers/mock_helper.rb
fog-libvirt-0.10.1 tests/helpers/mock_helper.rb
fog-libvirt-0.10.0 tests/helpers/mock_helper.rb
fog-libvirt-csem-0.9.0 tests/helpers/mock_helper.rb
fog-libvirt-0.9.0 tests/helpers/mock_helper.rb