Sha256: 6dccf96f18e46af3634654cf2959940e63d89fe1bd01a94435a9a5f90be21bb4
Contents?: true
Size: 1016 Bytes
Versions: 6
Compression:
Stored size: 1016 Bytes
Contents
Feature: Ruote remote participant generator Scenario: Using ruote generator when generating a new daemon When I run `daemon-kit vuvuzela -i ruote` And I cd to "vuvuzela" Then the following files should exist: | config/amqp.yml | | config/pre-daemonize/ruote.rb | | lib/vuvuzela.rb | | lib/sample.rb | | libexec/vuvuzela-daemon.rb | And the file "Gemfile" should contain "gem 'amqp'" And the file "Gemfile" should contain "gem 'json'" 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 ruote` interactively And I accept the conflicts Then the following files should exist: | config/amqp.yml | | config/pre-daemonize/ruote.rb | | lib/vuvuzela.rb | | lib/sample.rb | | libexec/vuvuzela-daemon.rb | And the file "Gemfile" should contain "gem 'amqp'" And the file "Gemfile" should contain "gem 'json'"
Version data entries
6 entries across 6 versions & 1 rubygems