# File tests/drivers/rackspace/instances_test.rb, line 46 def test_02_01_created_instance_has_correct_authentication (@@instance/'instance/authentication').first.should_not == nil (@@instance/'instance/authentication').first[:type].should == 'password' (@@instance/'instance/authentication/login/username').first.text.should == 'root' (@@instance/'instance/authentication/login/password').first.text.should_not == nil (@@instance/'instance/authentication/login/password').first.text.should_not == '' end