mirror of
https://github.com/discourse/discourse.git
synced 2026-07-31 00:28:19 -05:00
DEV: remove unused Helpers::StubbedJob (#12960)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user