1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
fog--fog/tests/google/models/sql/flags_tests.rb
Ferran Rodenas 716f474545 [google|sql] Add support for Flags
- Add models, requests and tests for Flags
2014-07-29 19:46:20 -07:00

12 lines
189 B
Ruby

Shindo.tests('Fog::Google[:sql] | flags model', ['google']) do
@flags = Fog::Google[:sql].tiers
tests('success') do
tests('#all').succeeds do
@flags.all
end
end
end