test/test_file.rb in gollum-1.3.1 vs test/test_file.rb in gollum-1.4.2
- old
+ new
@@ -1,6 +1,6 @@
# ~*~ encoding: utf-8 ~*~
-path = File.join(File.dirname(__FILE__), "helper")
+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"))
\ No newline at end of file