1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
fog--fog/tests/storage/models/directories_tests.rb
2011-01-03 13:36:31 -08:00

13 lines
No EOL
328 B
Ruby

for provider, config in storage_providers
Shindo.tests("#{provider}::Storage | directories", [provider.to_s.downcase]) do
attributes = {
:key => 'fogdirectoriestests',
}.merge!(config[:directories_attributes] || {})
collection_tests(provider[:storage].directories, attributes, config[:mocked])
end
end