test/test_file_index.rb in mercurial-ruby-0.7.1 vs test/test_file_index.rb in mercurial-ruby-0.7.2

- old
+ new

@@ -1,5 +1,5 @@ -require 'helper' +require File.dirname(__FILE__) + '/helper' describe Mercurial::FileIndex do before do @repository = Mercurial::Repository.open(Fixtures.test_repo)