Sha256: 33c318b8bd69f2b6c02da839b69f2631adb6bc7853a64f43997a4b0e10bdb0c5

Contents?: true

Size: 344 Bytes

Versions: 28

Compression:

Stored size: 344 Bytes

Contents

require "helpers/integration_test_helper"

class TestProjects < FogIntegrationTest
  def setup
    @subject = Fog::Compute[:google].projects
  end

  def test_get
    assert @subject.get(TEST_PROJECT)
  end

  def test_bad_get
    assert_nil @subject.get("bad-name")
  end

  def test_enumerable
    assert_respond_to @subject, :each
  end
end

Version data entries

28 entries across 28 versions & 2 rubygems

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