diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-07-31 18:07:24 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-07-31 18:07:24 +0300 |
commit | 5a68c20fba095ec61aa3b74cb0fbeb69adbc1373 (patch) | |
tree | be6f065a311e340068cd04307bb94b131038d749 /spec/support | |
parent | c2c7d14ec51ec8654cc4e0ca57ba0bc146fd8725 (diff) | |
download | gitlab-ce-5a68c20fba095ec61aa3b74cb0fbeb69adbc1373.tar.gz |
Fix MR factory and some MR tests
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'spec/support')
-rw-r--r-- | spec/support/repo_helpers.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/support/repo_helpers.rb b/spec/support/repo_helpers.rb index 2584853077f..377e7f856ff 100644 --- a/spec/support/repo_helpers.rb +++ b/spec/support/repo_helpers.rb @@ -32,6 +32,8 @@ eos author_full_name: "Dmitriy Zaporozhets", author_email: "dmitriy.zaporozhets@gmail.com", files_changed_count: 2, + line_code: '2f6fcd96b88b36ce98c38da085c795a27d92a3dd_15_14', + del_line_code: '2f6fcd96b88b36ce98c38da085c795a27d92a3dd_13_13', message: <<eos Change some files Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> |