I'm using Capybara, Selenium and Chrome in my code and I just realized that the code is failing on machines with non-english locales (because Chrome is requesting the pages in different languages).
How can I force english as the only accepted language?
