Added magic encoding comments for Ruby 1.9
This commit is contained in:
parent
37c5b819fa
commit
f5425b07e0
|
@ -1,3 +1,5 @@
|
|||
# encoding: utf-8
|
||||
|
||||
require 'spec_helper'
|
||||
|
||||
describe Oga::CSS::Lexer do
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
# encoding: utf-8
|
||||
|
||||
require 'spec_helper'
|
||||
|
||||
describe Oga::XPath::Lexer do
|
||||
|
|
Loading…
Reference in New Issue