Description: set default external encoding to UTF-8
Author: Cédric Boutillier <boutil@debian.org>
Forwarded: https://github.com/infused/dbf/pull/77
Last-Update: 2016-07-08

--- ruby-dbf-3.0.5.orig/spec/spec_helper.rb
+++ ruby-dbf-3.0.5/spec/spec_helper.rb
@@ -4,6 +4,8 @@ begin
 rescue LoadError
 end
 
+Encoding.default_external = "UTF-8"
+
 require 'dbf'
 require 'yaml'
 require 'rspec'
