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-14 14:31:50 +0300
committerPhil Hughes <me@iamphill.com>2017-12-14 14:31:50 +0300
commit9c132216b74258d900d7bbfb88f158d53ede90b7 (patch)
treee78aff2b05cabd499ce820809a09343a6e24472c /spec/helpers/tree_helper_spec.rb
parent7d2affeff1885fb9984fed1088c8dffdc41a7320 (diff)
spec fixes
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 c6ee06ef8d7..d3b1be599dd 100644
--- a/spec/helpers/tree_helper_spec.rb
+++ b/spec/helpers/tree_helper_spec.rb
@@ -9,7 +9,7 @@ describe TreeHelper do
before do
@id = sha
@project = project
- @lfs_blobs = []
+ @lfs_blob_ids = []
end
it 'displays all entries without a warning' do