Add encoding header to the helpers definition file

Fixes "incompatible character encoding" error when running Capybara
on JRuby platforms.
This commit is contained in:
Piotr Krawiec 2012-12-05 19:46:00 +01:00
parent 88b21af901
commit 26e452bc10
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
# encoding: UTF-8
module Capybara
module Helpers
class << self