mirror of
https://github.com/discourse/discourse.git
synced 2025-03-20 10:45:34 +08:00
DEV: remove unused Helpers::StubbedJob (#12960)
This commit is contained in:
parent
f3a4c12564
commit
a6300a9863
@ -181,9 +181,4 @@ module Helpers
|
|||||||
`cd #{repo_dir} && git commit -am 'first commit'`
|
`cd #{repo_dir} && git commit -am 'first commit'`
|
||||||
repo_dir
|
repo_dir
|
||||||
end
|
end
|
||||||
|
|
||||||
class StubbedJob
|
|
||||||
def initialize; end
|
|
||||||
def perform(args); end
|
|
||||||
end
|
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user