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

Version Path
kaya-0.0.14 test/features/install.feature
kaya-0.0.13 test/features/install.feature
kaya-0.0.12 test/features/install.feature
kaya-0.0.11 test/features/install.feature
kaya-0.0.10 test/features/install.feature
kaya-0.0.9 test/features/install.feature
kaya-0.0.8 test/features/install.feature
kaya-0.0.7 test/features/install.feature
kaya-0.0.6 test/features/install.feature
kaya-0.0.5 test/features/install.feature
kaya-0.0.4 test/features/install.feature
kaya-0.0.3 test/features/install.feature
kaya-0.0.2 test/features/install.feature
kaya-0.0.1 test/features/install.feature