Sha256: 5334b34836380fb431f12e86afaa07a2872cbb3c61fa0344ada4db8a32798ac7

Contents?: true

Size: 124 Bytes

Versions: 14

Compression:

Stored size: 124 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

Version data entries

14 entries across 12 versions & 3 rubygems

Version Path
fog-local-0.8.0 tests/helpers/mock_helper.rb
fog-local-0.7.0 tests/helpers/mock_helper.rb
fog-local-0.6.0 tests/helpers/mock_helper.rb
vagrant-packet-0.1.1 vendor/bundle/ruby/2.5.0/gems/fog-local-0.5.0/tests/helpers/mock_helper.rb
vagrant-packet-0.1.1 vendor/bundle/ruby/2.4.0/gems/fog-local-0.5.0/tests/helpers/mock_helper.rb
vagrant-packet-0.1.1 vendor/bundle/ruby/2.3.0/gems/fog-local-0.5.0/tests/helpers/mock_helper.rb
fog-local-0.5.0 tests/helpers/mock_helper.rb
fog-local-0.4.0 tests/helpers/mock_helper.rb
fog-local-0.3.1 tests/helpers/mock_helper.rb
fog-local-0.3.0 tests/helpers/mock_helper.rb
vagrant-cloudstack-1.2.0 vendor/bundle/gems/fog-local-0.2.1/tests/helpers/mock_helper.rb
fog-local-0.2.1 tests/helpers/mock_helper.rb
fog-local-0.2.0 tests/helpers/mock_helper.rb
fog-local-0.1.0 tests/helpers/mock_helper.rb