Commit d88f708b authored by Katarzyna Kobierska's avatar Katarzyna Kobierska

Improve grammar

parent 34c146a1
......@@ -182,7 +182,7 @@ describe ProjectsController do
expect(response).to redirect_to(dashboard_projects_path)
end
context "when project is forked" do
context "when the project is forked" do
let(:project) { create(:project) }
let(:fork_project) { create(:project, forked_from_project: project) }
let(:merge_request) do
......
......@@ -1109,7 +1109,7 @@ describe MergeRequest, models: true do
end
end
context 'when merge request is opened' do
context 'when the merge request is opened' do
it 'returns false' do
expect(subject.can_reopen?).to be_falsey
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