Fix test on 1.9.x by adding magic file encoding comment

This commit is contained in:
Marc Siegel 2013-12-27 15:21:01 -05:00
parent 41b6777638
commit 14fa8662f5
1 changed files with 4 additions and 0 deletions

View File

@ -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 'process_shared'