Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/spec/lib
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-04-03 11:06:31 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-04-03 11:06:31 +0400
commit413a310faa17f626f351fa3afd6423e8782935a9 (patch)
tree290a418a9750d66fd43282b0a51157abb4eef7a2 /spec/lib
parent7e8bf92bd77f5a63802c87bfbb6282a17a43c691 (diff)
fixed blame and mr factory
Diffstat (limited to 'spec/lib')
-rw-r--r--spec/lib/git/commit_spec.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/lib/git/commit_spec.rb b/spec/lib/git/commit_spec.rb
index 475bc359a18..5f3297eea17 100644
--- a/spec/lib/git/commit_spec.rb
+++ b/spec/lib/git/commit_spec.rb
@@ -20,6 +20,8 @@ describe Gitlab::Git::Commit do
author: @author,
committer: @committer,
committed_date: Date.yesterday,
+ authored_date: Date.yesterday,
+ parents: [],
message: 'Refactoring specs'
)