Sha256: 5426149efabd80bde73f119dfda0203a7914070143fb8f81594ab468f5af8a22

Contents?: true

Size: 387 Bytes

Versions: 13

Compression:

Stored size: 387 Bytes

Contents

Shindo.tests("Fog::Google[:monitoring] | timeseries_descriptors model", ["google"]) do
  @timeseries_descriptors = Fog::Google[:monitoring].timeseries_descriptors

  tests("success") do
    tests('#all').succeeds do
      @timeseries_descriptors.all("compute.googleapis.com/instance/uptime",
                                  Time.now.strftime("%Y-%m-%dT%H:%M:%S%:z"))
    end
  end
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
fog-google-0.5.5 tests/models/monitoring/timeseries_descriptors_tests.rb
fog-google-0.5.4 tests/models/monitoring/timeseries_descriptors_tests.rb
fog-google-0.5.3 tests/models/monitoring/timeseries_descriptors_tests.rb
fog-google-0.5.2 tests/models/monitoring/timeseries_descriptors_tests.rb
fog-google-0.5.1 tests/models/monitoring/timeseries_descriptors_tests.rb
fog-google-0.5.0 tests/models/monitoring/timeseries_descriptors_tests.rb
fog-google-0.4.2 tests/models/monitoring/timeseries_descriptors_tests.rb
fog-google-0.4.1 tests/models/monitoring/timeseries_descriptors_tests.rb
fog-google-0.4.0 tests/models/monitoring/timeseries_descriptors_tests.rb
fog-google-0.3.2 tests/models/monitoring/timeseries_descriptors_tests.rb
fog-google-0.3.1 tests/models/monitoring/timeseries_descriptors_tests.rb
fog-google-0.3.0 tests/models/monitoring/timeseries_descriptors_tests.rb
fog-google-0.2.0 tests/models/monitoring/timeseries_descriptors_tests.rb