diff options
author | Phil Hughes <me@iamphill.com> | 2019-05-20 08:41:28 +0000 |
---|---|---|
committer | Filipa Lacerda <filipa@gitlab.com> | 2019-05-20 08:41:28 +0000 |
commit | 404314c6193d94f106e687db9fc5bd71bab63835 (patch) | |
tree | d8dc52e9678d2d22ec3c737f420adec782d2116b /spec/views | |
parent | 2f613f28ba286be648d4a9616404aa2a3a6b2a03 (diff) | |
download | gitlab-ce-404314c6193d94f106e687db9fc5bd71bab63835.tar.gz |
Setup Vue app for repository file listing
Part of https://gitlab.com/gitlab-org/gitlab-ce/issues/61578
Diffstat (limited to 'spec/views')
-rw-r--r-- | spec/views/projects/tree/show.html.haml_spec.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/views/projects/tree/show.html.haml_spec.rb b/spec/views/projects/tree/show.html.haml_spec.rb index 3b098320ad7..5bb0173ab89 100644 --- a/spec/views/projects/tree/show.html.haml_spec.rb +++ b/spec/views/projects/tree/show.html.haml_spec.rb @@ -7,6 +7,8 @@ describe 'projects/tree/show' do let(:repository) { project.repository } before do + stub_feature_flags(vue_file_list: false) + assign(:project, project) assign(:repository, repository) assign(:lfs_blob_ids, []) |