Sha256: dcf65ea5ff6dc78c8bc89aab4f02d51481bf452e200a5ce44f639151dbd8539a

Contents?: true

Size: 455 Bytes

Versions: 44

Compression:

Stored size: 455 Bytes

Contents

require "helpers/integration_test_helper"
require "securerandom"
require "base64"

class TestComputeSnapshots < FogIntegrationTest
  def setup
    @client = Fog::Compute::Google.new
    # Ensure any resources we create with test prefixes are removed
    Minitest.after_run do
      delete_test_resources
    end
  end

  def test_list_empty_snapshots
    assert_empty @client.snapshots.all
  end

  def delete_test_resources
    # nothing to do
  end
end

Version data entries

44 entries across 44 versions & 2 rubygems

Version Path
fog-google-1.24.1 test/integration/compute/core_compute/test_snapshots.rb
fog-google-1.24.0 test/integration/compute/core_compute/test_snapshots.rb
fog-google-1.23.0 test/integration/compute/core_compute/test_snapshots.rb
fog-google-1.22.0 test/integration/compute/core_compute/test_snapshots.rb
fog-google-1.21.1 test/integration/compute/core_compute/test_snapshots.rb
fog-google-1.21.0 test/integration/compute/core_compute/test_snapshots.rb
fog-google-1.20.0 test/integration/compute/core_compute/test_snapshots.rb
fog-google-1.19.0 test/integration/compute/core_compute/test_snapshots.rb
fog-google-1.18.0 test/integration/compute/core_compute/test_snapshots.rb
fog-google-1.17.0 test/integration/compute/core_compute/test_snapshots.rb
fog-google-1.16.1 test/integration/compute/core_compute/test_snapshots.rb
fog-google-1.16.0 test/integration/compute/core_compute/test_snapshots.rb
fog-google-1.15.0 test/integration/compute/core_compute/test_snapshots.rb
fog-google-1.14.0 test/integration/compute/core_compute/test_snapshots.rb
gitlab-fog-google-1.14.0 test/integration/compute/core_compute/test_snapshots.rb
fog-google-1.13.0 test/integration/compute/core_compute/test_snapshots.rb
gitlab-fog-google-1.13.0 test/integration/compute/core_compute/test_snapshots.rb
fog-google-1.12.1 test/integration/compute/core_compute/test_snapshots.rb
fog-google-1.12.0 test/integration/compute/core_compute/test_snapshots.rb
fog-google-1.11.0 test/integration/compute/core_compute/test_snapshots.rb