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
diff options
context:
space:
mode:
authorCiro Santilli <ciro.santilli@gmail.com>2014-11-03 22:35:06 +0300
committerCiro Santilli <ciro.santilli@gmail.com>2014-11-03 22:37:08 +0300
commitc3be1517ae3c576f7f4248b82b611a833fe06675 (patch)
treef5e2f963afdbf33e049d36328408b100eae9517d /features/steps/shared
parent1b1403804e03db3cea3ad6a84dcfead449ed29d5 (diff)
Factor '0' * 40 blank ref constants
Diffstat (limited to 'features/steps/shared')
-rw-r--r--features/steps/shared/project.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/steps/shared/project.rb b/features/steps/shared/project.rb
index 4b833850a1c..bd7e6e1d8b3 100644
--- a/features/steps/shared/project.rb
+++ b/features/steps/shared/project.rb
@@ -32,7 +32,7 @@ module SharedProject
@project = Project.find_by(name: "Shop")
data = {
- before: "0000000000000000000000000000000000000000",
+ before: Gitlab::Git::BLANK_SHA,
after: "6d394385cf567f80a8fd85055db1ab4c5295806f",
ref: "refs/heads/fix",
user_id: @user.id,