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:
authorPhil Hughes <me@iamphill.com>2017-12-11 20:52:52 +0300
committerPhil Hughes <me@iamphill.com>2017-12-11 20:52:52 +0300
commite001f4b77265fb5430bab0271a5838df388cf8ea (patch)
tree935e374cf34f9e2e5c66218c4374d45b40c0209e /spec/helpers/tree_helper_spec.rb
parentdec420feb39975fefd15460f372369071c346d53 (diff)
fixed failing tests
Diffstat (limited to 'spec/helpers/tree_helper_spec.rb')
-rw-r--r--spec/helpers/tree_helper_spec.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/helpers/tree_helper_spec.rb b/spec/helpers/tree_helper_spec.rb
index c358ccae9c3..c6ee06ef8d7 100644
--- a/spec/helpers/tree_helper_spec.rb
+++ b/spec/helpers/tree_helper_spec.rb
@@ -9,6 +9,7 @@ describe TreeHelper do
before do
@id = sha
@project = project
+ @lfs_blobs = []
end
it 'displays all entries without a warning' do