1
0
Fork 0
mirror of https://github.com/teamcapybara/capybara.git synced 2022-11-09 12:08:07 -05:00

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

View file

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