Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarmis85 <marmis85@gmail.com>2015-01-11 07:07:34 +0300
committermarmis85 <marmis85@gmail.com>2015-01-11 07:07:34 +0300
commit02adb9ccd605a10984f4af582fcd9b22bfab52d7 (patch)
tree3c8c73734916bc27d53c3c40a83e60a97dd44183 /spec/helpers/tree_helper_spec.rb
parent32233d522f6b4cab90835643b8a3d2e2a890cb64 (diff)
point to a specific branch in the test repo to avoid conflicts
Diffstat (limited to 'spec/helpers/tree_helper_spec.rb')
-rw-r--r--spec/helpers/tree_helper_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/helpers/tree_helper_spec.rb b/spec/helpers/tree_helper_spec.rb
index ad3535a15e6..8aa50c4c778 100644
--- a/spec/helpers/tree_helper_spec.rb
+++ b/spec/helpers/tree_helper_spec.rb
@@ -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