Commit 77cfb089 authored by Dmytro Zaporozhets's avatar Dmytro Zaporozhets

Merge branch 'fix-typo-in-pipeline-spec-from-mr31146' into 'master'

Fixes pipeline spec typo

See merge request gitlab-org/gitlab!31483
parents 2c912298 0d9fd7d7
......@@ -749,7 +749,7 @@ describe Ci::Pipeline, :mailer do
allow(pipeline).to receive(:has_kubernetes_active?).and_return(true)
end
it "is incldued with value 'true'" do
it "is included with value 'true'" do
expect(subject.to_hash).to include('CI_KUBERNETES_ACTIVE' => 'true')
end
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment