fixed a encoding bug with ruby1.9
This commit is contained in:
parent
b5d6baaf11
commit
164ef6bc9d
|
@ -1,3 +1,5 @@
|
|||
# encoding: utf-8
|
||||
|
||||
require File.expand_path("../../../spec_helper", __FILE__)
|
||||
require File.join(FIXTURE_PATH, 'more', 'article')
|
||||
require File.join(FIXTURE_PATH, 'more', 'course')
|
||||
|
|
Loading…
Reference in a new issue