Sha256: 6cd9fce0761f53fff22074e1b9d5928d425a880f9c3677ecfddd332f560e7ef5

Contents?: true

Size: 225 Bytes

Versions: 14

Compression:

Stored size: 225 Bytes

Contents

Shindo.tests("Fog::DNS[:google] | projects model", ["google"]) do
  @projects = Fog::DNS[:google].projects

  tests("success") do
    tests('#get').succeeds do
      @projects.get(Fog::DNS[:google].project)
    end
  end
end

Version data entries

14 entries across 14 versions & 1 rubygems

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