DEV: remove unused Helpers::StubbedJob (#12960)

This commit is contained in:
Joffrey JAFFEUX 2021-05-06 13:04:41 +02:00 committed by GitHub
parent f3a4c12564
commit a6300a9863
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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