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-30 02:12:51 +00:00
}
end