Sha256: 00cb10c040cce8a878dc74b344d20fbd510d0b28295f98dc16939d647484b6df

Contents?: true

Size: 308 Bytes

Versions: 66

Compression:

Stored size: 308 Bytes

Contents

require "helpers/integration_test_helper"
require "integration/factories/backend_services_factory"

class TestBackendServices < FogIntegrationTest
  include TestCollection

  def setup
    @subject = Fog::Compute[:google].backend_services
    @factory = BackendServicesFactory.new(namespaced_name)
  end
end

Version data entries

66 entries across 64 versions & 4 rubygems

Version Path
fog-google-0.1.1 test/integration/compute/test_backend_services.rb
fog-google-0.1.0 test/integration/compute/test_backend_services.rb
fog-google-0.0.9 test/integration/compute/test_backend_services.rb
vagrant-cloudstack-1.2.0 vendor/bundle/gems/fog-google-0.0.7/test/integration/compute/test_backend_services.rb
fog-google-0.0.7 test/integration/compute/test_backend_services.rb
fog-google-0.0.6 test/integration/compute/test_backend_services.rb