Sha256: 8d1922d1683dd186559c3cc485649fd222264b6d02668f2779b1fb4c37e985ff
Contents?: true
Size: 790 Bytes
Versions: 6
Compression:
Stored size: 790 Bytes
Contents
Feature: Cron generator Scenario: Using cron generator when generating a new daemon When I run `daemon-kit vuvuzela -i cron` And I cd to "vuvuzela" Then the following files should exist: | config/pre-daemonize/cron.rb | | libexec/vuvuzela-daemon.rb | And the file "Gemfile" should contain: """ gem 'rufus-scheduler' """ Scenario: Using AMQP generator on an existing daemon Given I have an existing daemon called "vuvuzela" And I cd to "vuvuzela" When I run `./script/generate cron` interactively And I accept the conflicts Then the following files should exist: | config/pre-daemonize/cron.rb | | libexec/vuvuzela-daemon.rb | And the file "Gemfile" should contain: """ gem 'rufus-scheduler' """
Version data entries
6 entries across 6 versions & 1 rubygems