# File tests/drivers/mock/hardware_profiles_test.rb, line 33
    def test_it_has_correct_attributes_set
      get_auth_url '/api/hardware_profiles'
      (last_xml_response/'hardware_profiles/hardware_profile').each do |profile|
        profile.attributes.keys.sort.should == [ 'href', 'id' ]
      end
    end