summaryrefslogtreecommitdiff
path: root/spec/helpers/tree_helper_spec.rb
diff options
context:
space:
mode:
authormarmis85 <marmis85@gmail.com>2015-01-11 05:07:34 +0100
committermarmis85 <marmis85@gmail.com>2015-01-11 05:07:34 +0100
commit02adb9ccd605a10984f4af582fcd9b22bfab52d7 (patch)
tree3c8c73734916bc27d53c3c40a83e60a97dd44183 /spec/helpers/tree_helper_spec.rb
parent32233d522f6b4cab90835643b8a3d2e2a890cb64 (diff)
downloadgitlab-ce-02adb9ccd605a10984f4af582fcd9b22bfab52d7.tar.gz
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