Commit e9a98d3d authored by Lin Jen-Shin's avatar Lin Jen-Shin

Fix a typo: not -> no

parent 7193108c
......@@ -955,7 +955,7 @@ describe Ci::Build, :models do
it { is_expected.to eq(environment) }
end
context 'when there is not environment' do
context 'when there is no environment' do
it { is_expected.to be_nil }
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