Commit 531157f5 authored by Clement Ho's avatar Clement Ho

Fix spec name grammer

parent 8119c444
......@@ -332,7 +332,7 @@ describe MergeRequestPresenter do
end
end
context 'when target branch does not exists' do
context 'when target branch does not exist' do
it 'returns nil' do
allow(resource).to receive(:target_branch_exists?) { false }
......@@ -356,7 +356,7 @@ describe MergeRequestPresenter do
end
end
context 'when target branch does not exists' do
context 'when target branch does not exist' do
it 'returns nil' do
allow(resource).to receive(:target_branch_exists?) { false }
......@@ -379,7 +379,7 @@ describe MergeRequestPresenter do
end
end
context 'when source branch does not exists' do
context 'when source branch does not exist' do
it 'returns nil' do
allow(resource).to receive(:source_branch_exists?) { false }
......
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