Skip to content
Snippets Groups Projects
Commit 9dffd2c0 authored by Lin Jen-Shin's avatar Lin Jen-Shin
Browse files

Merge remote-tracking branch 'upstream/master' into pipeline-emails

* upstream/master:
  Reset pushes_since_gc counter before specs run to ensure starting point is 0
parents 4c893925 661c464c
Branches
Tags
1 merge request!6019Add a new pipeline email service
Pipeline #
Loading
@@ -4,6 +4,10 @@ describe Projects::HousekeepingService do
Loading
@@ -4,6 +4,10 @@ describe Projects::HousekeepingService do
subject { Projects::HousekeepingService.new(project) } subject { Projects::HousekeepingService.new(project) }
let(:project) { create :project } let(:project) { create :project }
   
before do
project.reset_pushes_since_gc
end
after do after do
project.reset_pushes_since_gc project.reset_pushes_since_gc
end end
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment