Ensure Encoding.default_external is set to UTF-8 when running QA scenarios

Signed-off-by: Rémy Coutable <remy@rymai.me>
This commit is contained in:
Rémy Coutable 2018-07-11 19:00:36 +02:00
parent 4e744e18a1
commit 5507ad8f7a
No known key found for this signature in database
GPG Key ID: 98DFFD1C0C62B70B
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
$: << File.expand_path(File.dirname(__FILE__))
Encoding.default_external = 'UTF-8'
module QA
##
# GitLab QA runtime classes, mostly singletons.