Commit 02adb9cc authored by marmis85's avatar marmis85

point to a specific branch in the test repo to avoid conflicts

parent 32233d52
......@@ -6,7 +6,7 @@ describe TreeHelper do
before {
@repository = project.repository
@commit = project.repository.commit
@commit = project.repository.commit("e56497bb")
}
context "on a directory containing more than one file/directory" do
......
......@@ -10,7 +10,7 @@ module TestEnv
'fix' => '12d65c8',
'improve/awesome' => '5937ac0',
'markdown' => '0ed8c6c',
'master' => 'e56497b'
'master' => '5937ac0'
}
# Test environment
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment