diff options
| author | Douwe Maan <douwe@gitlab.com> | 2019-04-23 09:13:34 +0000 |
|---|---|---|
| committer | Douwe Maan <douwe@gitlab.com> | 2019-04-23 09:13:34 +0000 |
| commit | a26c5efebb3741217ce4a55850743da501cb27cf (patch) | |
| tree | 8eb707e726a6d57619cf2d92315e7cab0350799f | |
| parent | 681db75b77fec18d2124966a64ae8a2494d2d878 (diff) | |
| download | gitlab-ce-id-feature-flag-to-disable-lfs-check.tar.gz | |
Apply suggestion to spec/lib/gitlab/checks/lfs_check_spec.rbid-feature-flag-to-disable-lfs-check
| -rw-r--r-- | spec/lib/gitlab/checks/lfs_check_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/lib/gitlab/checks/lfs_check_spec.rb b/spec/lib/gitlab/checks/lfs_check_spec.rb index 12a625ec70a..dad14e100a7 100644 --- a/spec/lib/gitlab/checks/lfs_check_spec.rb +++ b/spec/lib/gitlab/checks/lfs_check_spec.rb @@ -27,7 +27,7 @@ describe Gitlab::Checks::LfsCheck do allow(project).to receive(:lfs_enabled?).and_return(true) end - context 'with lsf_check feature disabled' do + context 'with lfs_check feature disabled' do before do stub_feature_flags(lfs_check: false) end |
