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

16 lines
225 B
Ruby
Raw Normal View History

def storage_providers
{
AWS => {
:mocked => true
},
Google => {
:mocked => true
},
Local => {
:mocked => true
},
Rackspace => {
:mocked => false
}
2010-12-29 21:12:51 -05:00
}
end