1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
fog--fog/tests/rackspace/storage_tests.rb
2013-02-15 14:26:45 -06:00

8 lines
No EOL
177 B
Ruby

Shindo.tests('Fog::Storage::Rackspace', ['rackspace']) do |variable|
pending if Fog.mocking?
tests('account').succeeds do
Fog::Storage[:rackspace].account
end
end