mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
9 lines
269 B
Ruby
9 lines
269 B
Ruby
Shindo.tests('Fog::Rackspace::Monitoring | agent tokens', ['rackspace','rackspace_monitoring']) do
|
|
service = Fog::Rackspace::Monitoring.new
|
|
|
|
options = { :label => "fog_#{Time.now.to_i.to_s}" }
|
|
collection_tests(service.agent_tokens, options, false) do
|
|
|
|
end
|
|
|
|
end
|