From a6300a9863c5dc4bf817b16cd23848e10a564e85 Mon Sep 17 00:00:00 2001
From: Joffrey JAFFEUX <j.jaffeux@gmail.com>
Date: Thu, 6 May 2021 13:04:41 +0200
Subject: [PATCH] DEV: remove unused Helpers::StubbedJob (#12960)

---
 spec/support/helpers.rb | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/spec/support/helpers.rb b/spec/support/helpers.rb
index 521c745af65..aabf9f97686 100644
--- a/spec/support/helpers.rb
+++ b/spec/support/helpers.rb
@@ -181,9 +181,4 @@ module Helpers
     `cd #{repo_dir} && git commit -am 'first commit'`
     repo_dir
   end
-
-  class StubbedJob
-    def initialize; end
-    def perform(args); end
-  end
 end