From b4622c772ed1fb6974b0e5f39890978d48ad77da Mon Sep 17 00:00:00 2001 From: Saverio Miroddi Date: Fri, 18 Aug 2017 08:30:14 +0200 Subject: [PATCH] Remove redundant statement part in a test suite --- spec/models/commit_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/models/commit_spec.rb b/spec/models/commit_spec.rb index 98054b91c29..8fc2a30e3ad 100644 --- a/spec/models/commit_spec.rb +++ b/spec/models/commit_spec.rb @@ -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