Remove redundant statement part in a test suite

This commit is contained in:
Saverio Miroddi 2017-08-18 08:30:14 +02:00
parent c0f921606c
commit b4622c772e
1 changed files with 1 additions and 1 deletions

View File

@ -209,7 +209,7 @@ eos
let(:commit_options) do
author = repository.user_to_committer(user)
commit_options = { message: 'Test message', committer: author, author: author }
{ message: 'Test message', committer: author, author: author }
end
let(:merge_commit) do