Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShinya Maeda <shinya@gitlab.com>2017-09-01 14:30:42 +0300
committerShinya Maeda <shinya@gitlab.com>2017-09-03 17:49:11 +0300
commiteab938d50519a4da272818c1364ceeca82e32982 (patch)
tree27fa278b70d7d126d9a6879fcbd67bbcbc73078b /spec/models/ci
parentd8478d166b96b7b40b27b162d6afd170a5c8d763 (diff)
Fix typo
Diffstat (limited to 'spec/models/ci')
-rw-r--r--spec/models/ci/build_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/models/ci/build_spec.rb b/spec/models/ci/build_spec.rb
index cab59db3580..1f965cfbede 100644
--- a/spec/models/ci/build_spec.rb
+++ b/spec/models/ci/build_spec.rb
@@ -58,7 +58,7 @@ describe Ci::Build do
it { is_expected.not_to include(job) }
end
- context 'when protected is false' do
+ context 'when protected is nil' do
let!(:job) { create(:ci_build) }
before do