Commit 65fa7161 authored by Baldinof's avatar Baldinof

Fix rubocop in unlink fork service specs

parent fa4126ac
...@@ -25,8 +25,8 @@ describe Projects::UnlinkForkService, services: true do ...@@ -25,8 +25,8 @@ describe Projects::UnlinkForkService, services: true do
end end
it 'remove fork relation' do it 'remove fork relation' do
expect(fork_project.forked_project_link).to receive(:destroy) expect(fork_project.forked_project_link).to receive(:destroy)
subject.execute subject.execute
end end
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