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