summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/ci/stage/seed_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/lib/gitlab/ci/stage/seed_spec.rb')
-rw-r--r--spec/lib/gitlab/ci/stage/seed_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/lib/gitlab/ci/stage/seed_spec.rb b/spec/lib/gitlab/ci/stage/seed_spec.rb
index 515e06e38e5..9ecd128faca 100644
--- a/spec/lib/gitlab/ci/stage/seed_spec.rb
+++ b/spec/lib/gitlab/ci/stage/seed_spec.rb
@@ -33,7 +33,7 @@ describe Gitlab::Ci::Stage::Seed do
allow_any_instance_of(Project).to receive(:protected_for?).and_return(true)
end
- it 'returns unprotected builds' do
+ it 'returns protected builds' do
expect(subject.builds).to all(include(protected: true))
end
end