mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
12 lines
189 B
Ruby
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
|