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:
parent
3d7f07585f
commit
1ada571065
1 changed files with 1 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
# encoding: UTF-8
|
||||
require File.expand_path(File.dirname(__FILE__) + '/acceptance_helper')
|
||||
|
||||
feature 'Users' do
|
||||
|
|
Loading…
Reference in a new issue