# File tests/drivers/rackspace/hardware_profiles_test.rb, line 18
    def test_02_each_hardware_profile_has_a_name
      get_auth_url '/api;driver=rackspace/hardware_profiles'
      (last_xml_response/'hardware_profiles/hardware_profile').each do |profile|
        (profile/'name').text.should_not == nil
        (profile/'name').text.should_not == ''
      end
    end