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
1 changed files with 1 additions and 0 deletions

View File

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