mirror of
https://github.com/plashchynski/crono.git
synced 2026-03-31 14:43:30 +02:00
Add Job class
This commit is contained in:
@@ -18,13 +18,6 @@ describe Crono::CLI do
|
||||
end
|
||||
end
|
||||
|
||||
describe "#run_job" do
|
||||
it "should run job in separate thread" do
|
||||
thread = cli.send(:run_job, TestJob).join
|
||||
expect(thread).to be_stop
|
||||
end
|
||||
end
|
||||
|
||||
describe "#start_working_loop" do
|
||||
it "should start working loop"
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user