# File tests/drivers/mock/hardware_profiles_test.rb, line 28
    def test_it_returns_hardware_profiles
      get_url '/api/hardware_profiles'
      (last_xml_response/'hardware_profiles/hardware_profile').length.should > 0
    end