Fix rubocop in unlink fork service specs

This commit is contained in:
Baldinof 2016-04-03 15:17:14 +00:00
parent fa4126acff
commit 65fa716173
1 changed files with 2 additions and 2 deletions

View File

@ -25,8 +25,8 @@ describe Projects::UnlinkForkService, services: true do
end
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