test/test_file.rb in gollum-1.1.1 vs test/test_file.rb in gollum-1.2.0

- old
+ new

@@ -1,5 +1,7 @@ -require File.join(File.dirname(__FILE__), *%w[helper]) +# ~*~ encoding: utf-8 ~*~ +path = File.join(File.dirname(__FILE__), "helper") +require File.expand_path(path) context "File" do setup do @wiki = Gollum::Wiki.new(testpath("examples/lotr.git")) end \ No newline at end of file