diff options
-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 |