Fix a typo: not -> no

This commit is contained in:
Lin Jen-Shin 2017-06-01 23:00:08 +08:00
parent 7193108c93
commit e9a98d3d2d
1 changed files with 1 additions and 1 deletions

View File

@ -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