Ruby iOS8 xCode6 Location alert dismiss issue

Hi,

The first thing that the app I am trying to test launches is a location pop up asking to access the user location. For the previous version of Appium (1.0), xCode (5.1) and iOS (7) I use to just set this capability:

  'locationServicesAuthorized' => false

Now with the new version of Appium, xCode and for any iOS version that is not working anymore. How are you dismissing your location popups?

Thanks.