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/helper.rb
2011-01-03 11:23:51 -08:00

16 lines
No EOL
225 B
Ruby

def storage_providers
{
AWS => {
:mocked => true
},
Google => {
:mocked => true
},
Local => {
:mocked => true
},
Rackspace => {
:mocked => false
}
}
end