When running cucumber tests I get the following error:
[deprecated] I18n.enforce_available_locales will default to true in the future. If you really want to skip validation of your locale you can set I18n.enforce_available_locales = false to avoid this message.
What does this mean and the suggestion that it gives about skipping validation? Why would you do this?