Commit b4622c77 authored by Saverio Miroddi's avatar Saverio Miroddi

Remove redundant statement part in a test suite

parent c0f92160
......@@ -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
......
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