Sha256: cb8a5389e353524c3c5fbde0a70244efedeb2de68f29a156218da5100b43e4dd
Contents?: true
Size: 693 Bytes
Versions: 14
Compression:
Stored size: 693 Bytes
Contents
Feature: Installing Kaya on a Cucumber project As a Cucumber user When I install kaya on the project I have to see a folder inside the root project folder # ASSUME THAT REQUIREMENTS ARE INSTALLED ON THE SYSTEM Background: A cucumber project must exist on a folder Given ensure that a cucumber project exist Scenario: Installing Kaya on a project without requirements on the system Given kaya gem is installed on the system When I run 'install' kaya command Then a folder called kaya should be added to the project And kaya folder must have the following files |kaya_conf|kaya_log|unicorn.rb|sidekiq_log|config.ru| And kaya folder must have the following folders |temp|
Version data entries
14 entries across 14 versions & 1 rubygems