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
234 B
Ruby
Raw Normal View History

def storage_providers
{
:aws => {
:mocked => true
},
:google => {
:mocked => true
},
:local => {
:mocked => false
},
:rackspace => {
:mocked => false
}
2010-12-29 21:12:51 -05:00
}
end