Sha256: e368c5789adfca8a000c8dedca9dcf547e3584c7b41cee9504c93e96afdd45c9
Contents?: true
Size: 749 Bytes
Versions: 7
Compression:
Stored size: 749 Bytes
Contents
Feature: Generate a new custom cookbook for your EY Cloud environments Scenario: Generate basic cookbook scaffold Given I am in the "rails" project folder When I run local executable "ey-recipes" with arguments "init" And file "cookbooks/main/recipes/default.rb" is created And file "cookbooks/main/libraries/ruby_block.rb" is created And I should see exactly """ create cookbooks create cookbooks/main/attributes/recipe.rb create cookbooks/main/definitions/ey_cloud_report.rb create cookbooks/main/libraries/ruby_block.rb create cookbooks/main/libraries/run_for_app.rb create cookbooks/main/recipes/default.rb Lovely. """
Version data entries
7 entries across 7 versions & 1 rubygems