1
0
Fork 0
mirror of https://github.com/kaminari/kaminari.git synced 2022-11-09 13:44:37 -05:00

Add magic encoding comment for Ruby 1.9

Required due to "»" character in spec example.
This commit is contained in:
Leonard Chin 2011-02-19 20:50:55 +09:00
parent 3d7f07585f
commit 1ada571065

View file

@ -1,3 +1,4 @@
# encoding: UTF-8
require File.expand_path(File.dirname(__FILE__) + '/acceptance_helper')
feature 'Users' do