mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
8 lines
No EOL
177 B
Ruby
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 |