Skip to content
Snippets Groups Projects
Commit 02adb9cc authored by marmis85's avatar marmis85
Browse files

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

parent 32233d52
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
Loading
Loading
Loading
Loading
@@ -10,7 +10,7 @@ module TestEnv
'fix' => '12d65c8',
'improve/awesome' => '5937ac0',
'markdown' => '0ed8c6c',
'master' => 'e56497b'
'master' => '5937ac0'
}
 
# Test environment
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