Sha256: b1cb80e19d83ccb97d885cd2e3728dea667034644f595ba5f7b7c018d8fa8f89
Contents?: true
Size: 287 Bytes
Versions: 69
Compression:
Stored size: 287 Bytes
Contents
require "kontena/cli/services/restart_command" describe Kontena::Cli::Services::RestartCommand do include ClientHelpers describe '#execute' do it 'triggers restart command' do expect(subject).to receive(:restart_service) subject.run(['service']) end end end
Version data entries
69 entries across 69 versions & 1 rubygems