1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

Removed redundant test from comments

This commit is contained in:
Daniel Reichert 2013-07-22 16:34:42 -07:00
parent 35e168a1da
commit e6f3d388ee

View file

@ -21,11 +21,6 @@ Shindo.tests('Fog::Rackspace::Monitoring | agent_tests', ['rackspace','rackspace
tests('#fail to create agent token(-1)').raises(TypeError) do
account.create_agent_token(-1)
end
#tests('#fail to list agent tokens(-1)').raises(TypeError) do
#account[:rackspace_api_key] = 'asdf'
#account[:rackspace_username] = 'asdf'
#account.list_agent_tokens(-1)
#end
tests('#fail to get agent token(-1)').raises(TypeError) do
account.create_agent_token(-1)
end