mirror of
https://github.com/plashchynski/crono.git
synced 2026-03-21 17:10:03 +01:00
remove deprecated
This commit is contained in:
@@ -63,11 +63,6 @@ describe Crono::CLI do
|
||||
expect(cli.config.monitor).to be true
|
||||
end
|
||||
|
||||
it 'should set deprecated_daemonize' do
|
||||
cli.send(:parse_options, ['--daemonize'])
|
||||
expect(cli.config.deprecated_daemonize).to be true
|
||||
end
|
||||
|
||||
it 'should set environment' do
|
||||
cli.send(:parse_options, ['--environment', 'production'])
|
||||
expect(cli.config.environment).to be_eql('production')
|
||||
|
||||
Reference in New Issue
Block a user