# File tests/drivers/rackspace/api_test.rb, line 19 def test_02_it_has_rackspace_features get_url '/api;driver=rackspace' features = (last_xml_response/'/api/link[@rel="instances"]/feature').collect { |f| f[:name] } features.include?('user_name').should == true features.include?('authentication_password').should == true features.include?('user_files').should == true features.length.should == 3 end