summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2019-04-23 09:13:34 +0000
committerDouwe Maan <douwe@gitlab.com>2019-04-23 09:13:34 +0000
commita26c5efebb3741217ce4a55850743da501cb27cf (patch)
tree8eb707e726a6d57619cf2d92315e7cab0350799f
parent681db75b77fec18d2124966a64ae8a2494d2d878 (diff)
downloadgitlab-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.rb2
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