# File tests/drivers/openstack/api_test.rb, line 19 def test_02_it_has_openstack_features get_url '/api;driver=openstack' 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