This assumes you're using bubble-wrap
- Put
osx-plist
in your Gemfile - Put the code from
bootstrap.rb
gist into your AppDelegate'sapplication:didFinishLaunchingWithOptions:
method - Run
rake
- Press either "OK" or "Don't Allow"
- Exit the app via terminal
- Delete the code from
bootstrap.rb
- You're now ready to use step, create
features/step_definitions/location_services_steps.rb
- Paste in the code from
location_services_steps.rb
in this gist