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/dashboard
parent1b1403804e03db3cea3ad6a84dcfead449ed29d5 (diff)
Factor '0' * 40 blank ref constants
Diffstat (limited to 'features/steps/dashboard')
-rw-r--r--features/steps/dashboard/event_filters.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/steps/dashboard/event_filters.rb b/features/steps/dashboard/event_filters.rb
index 332bfa95d97..3da3d62d0c0 100644
--- a/features/steps/dashboard/event_filters.rb
+++ b/features/steps/dashboard/event_filters.rb
@@ -29,7 +29,7 @@ class Spinach::Features::EventFilters < Spinach::FeatureSteps
step 'this project has push event' do
data = {
- before: "0000000000000000000000000000000000000000",
+ before: Gitlab::Git::BLANK_SHA,
after: "0220c11b9a3e6c69dc8fd35321254ca9a7b98f7e",
ref: "refs/heads/new_design",
user_id: @user.id,