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

This commit is contained in:
marmis85 2015-01-11 05:07:34 +01:00
parent 32233d522f
commit 02adb9ccd6
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -10,7 +10,7 @@ module TestEnv
'fix' => '12d65c8',
'improve/awesome' => '5937ac0',
'markdown' => '0ed8c6c',
'master' => 'e56497b'
'master' => '5937ac0'
}
# Test environment