# File tests/drivers/rackspace/hardware_profiles_test.rb, line 37
    def test_04_it_returns_single_hardware_profile
      get_auth_url '/api;driver=rackspace/hardware_profiles/1'
      (last_xml_response/'hardware_profile/name').first.text.should == '1'
      (last_xml_response/'hardware_profile/property[@name="architecture"]').first[:value].should == 'x86_64'
      (last_xml_response/'hardware_profile/property[@name="memory"]').first[:value].should == '256'
      (last_xml_response/'hardware_profile/property[@name="storage"]').first[:value].should == '10'
    end