summaryrefslogtreecommitdiff
path: root/spec/helpers/tree_helper_spec.rb
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-12-14 11:31:50 +0000
committerPhil Hughes <me@iamphill.com>2017-12-14 11:31:50 +0000
commit9c132216b74258d900d7bbfb88f158d53ede90b7 (patch)
treee78aff2b05cabd499ce820809a09343a6e24472c /spec/helpers/tree_helper_spec.rb
parent7d2affeff1885fb9984fed1088c8dffdc41a7320 (diff)
downloadgitlab-ce-9c132216b74258d900d7bbfb88f158d53ede90b7.tar.gz
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