Added encoding comment in elements_spec.rb
This ensures that older Ruby versions don't poop their pants when running these specs.
This commit is contained in:
parent
dde644cd79
commit
565e3da176
|
@ -1,3 +1,5 @@
|
|||
# encoding: utf-8
|
||||
|
||||
require 'spec_helper'
|
||||
|
||||
describe Oga::XML::Lexer do
|
||||
|
|
Loading…
Reference in New Issue