Sha256: 32c6247b4f6be24b4d7a0d8b2eab24702e1034826ae775876ebe83c200f38fd2

Contents?: true

Size: 349 Bytes

Versions: 13

Compression:

Stored size: 349 Bytes

Contents

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

  tests("success") do
    tests('#all').succeeds do
      @timeseries_collection.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_collection_tests.rb
fog-google-0.5.4 tests/models/monitoring/timeseries_collection_tests.rb
fog-google-0.5.3 tests/models/monitoring/timeseries_collection_tests.rb
fog-google-0.5.2 tests/models/monitoring/timeseries_collection_tests.rb
fog-google-0.5.1 tests/models/monitoring/timeseries_collection_tests.rb
fog-google-0.5.0 tests/models/monitoring/timeseries_collection_tests.rb
fog-google-0.4.2 tests/models/monitoring/timeseries_collection_tests.rb
fog-google-0.4.1 tests/models/monitoring/timeseries_collection_tests.rb
fog-google-0.4.0 tests/models/monitoring/timeseries_collection_tests.rb
fog-google-0.3.2 tests/models/monitoring/timeseries_collection_tests.rb
fog-google-0.3.1 tests/models/monitoring/timeseries_collection_tests.rb
fog-google-0.3.0 tests/models/monitoring/timeseries_collection_tests.rb
fog-google-0.2.0 tests/models/monitoring/timeseries_collection_tests.rb