Fix test on 1.9.x by adding magic file encoding comment
This commit is contained in:
parent
41b6777638
commit
14fa8662f5
|
@ -1,3 +1,7 @@
|
||||||
|
# encoding: UTF-8
|
||||||
|
# ^^^
|
||||||
|
# NOTE: This magic comment is necessary for the UTF-8 string literal below
|
||||||
|
# on Ruby 1.9.x
|
||||||
require 'spec_helper'
|
require 'spec_helper'
|
||||||
require 'process_shared'
|
require 'process_shared'
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue