summaryrefslogtreecommitdiff
path: root/tests/spec/spec_helper.rb
diff options
context:
space:
mode:
Diffstat (limited to 'tests/spec/spec_helper.rb')
-rw-r--r--tests/spec/spec_helper.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/spec/spec_helper.rb b/tests/spec/spec_helper.rb
index 3fa7f0b..73717b3 100644
--- a/tests/spec/spec_helper.rb
+++ b/tests/spec/spec_helper.rb
@@ -58,6 +58,9 @@ RSpec.configure do |config|
end
end
+Encoding.default_external = Encoding::UTF_8
+Encoding.default_internal = Encoding::UTF_8
+
IFILE_PATH = 'installfile'
def use_fixture(fixture)