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

[rackspace|compute_v2] added authentication_method test specifically for chef's default

This commit is contained in:
Kyle Rames 2013-02-26 10:05:23 -06:00
parent d43448e7b7
commit 6a8682b866

View file

@ -10,6 +10,8 @@ Shindo.tests('Fog::Compute::RackspaceV2', ['rackspace']) do
assert_method nil, :authenticate_v2
assert_method 'auth.api.rackspacecloud.com', :authenticate_v1 # chef's default auth endpoint
assert_method 'https://identity.api.rackspacecloud.com', :authenticate_v1
assert_method 'https://identity.api.rackspacecloud.com/v1', :authenticate_v1
assert_method 'https://identity.api.rackspacecloud.com/v1.1', :authenticate_v1