mirror of
https://github.com/plashchynski/crono.git
synced 2026-07-08 13:55:08 +02:00
Fix Cli specs
This commit is contained in:
@@ -10,6 +10,7 @@ describe Crono::CLI do
|
|||||||
expect(cli).to receive(:start_working_loop)
|
expect(cli).to receive(:start_working_loop)
|
||||||
expect(cli).to receive(:parse_options)
|
expect(cli).to receive(:parse_options)
|
||||||
expect(cli).to receive(:write_pid)
|
expect(cli).to receive(:write_pid)
|
||||||
|
expect(Crono::Cronotab).to receive(:process)
|
||||||
cli.run
|
cli.run
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user