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