Skip to content
Snippets Groups Projects
Commit d37c628f authored by Jacob Vosmaer's avatar Jacob Vosmaer
Browse files

Use absolute path in tests

parent a7cd2c6f
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -2,7 +2,7 @@ require File.dirname(__FILE__) + '/helper'
 
class TestGit < Test::Unit::TestCase
def setup
@git = Git.new(File.join(File.dirname(__FILE__), *%w[..]))
@git = Git.new(File.absolute_path(File.join(File.dirname(__FILE__), *%w[..])))
end
 
def teardown
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment