mirror of
https://github.com/plashchynski/crono.git
synced 2026-04-27 03:09:02 +02:00
Add CLI#run_job
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
require "spec_helper"
|
||||
require "active_job"
|
||||
|
||||
class TestJob < ActiveJob::Base
|
||||
class TestJob
|
||||
def perform;end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user