Sha256: 225e7544bdc2f9fd15e5bcc9a04ff24dcff75092eac62d9c2c039b955cc24a65
Contents?: true
Size: 742 Bytes
Versions: 49
Compression:
Stored size: 742 Bytes
Contents
Feature: Initialize Onceover application For correct control repo I would like to generate all folders and files needed by Onceover. For incorrect control repo I would like to get information why I can not initialize application. Background: Given onceover executable Scenario: Initialize basic repo Given control repo "basic" When I run onceover command "init" Then I should not see any errors And I should see generated all necessary files and folders Scenario: Initialize repo with missing environment.conf file Given control repo "basic" without "environment.conf" When I run onceover command "init" Then I should see error with message pattern "No such file or directory.*environment.conf"
Version data entries
49 entries across 49 versions & 1 rubygems