mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
10 lines
303 B
Ruby
10 lines
303 B
Ruby
Shindo.tests('Fog::Rackspace::Queues | queues', ['rackspace']) do
|
|
|
|
pending if Fog.mocking?
|
|
|
|
service = Fog::Rackspace::Queues.new(:rackspace_queues_client_id => 'test_client')
|
|
options = {
|
|
:name => "fog_instance_#{Time.now.to_i.to_s}",
|
|
}
|
|
collection_tests(service.queues, options, false)
|
|
end
|