Sha256: bca1e6d17963f880a6eb5bca52a23fdc402caa479e514953e8a7b8ed715f6d88

Contents?: true

Size: 1.22 KB

Versions: 7

Compression:

Stored size: 1.22 KB

Contents

Quand('on peut lister les cookbooks') do
  when_list_cookbooks
end

Quand('un couteau {word} est accessible') do |sub_knife|
  when_knife_available(sub_knife)
end

Étantdonnéque('le couteau {word}') do |knife_name|
  context_suite.knife_context = knife_name
  context_suite.knife_name = knife_name
  given_knife(context_suite)
end

Alors('je peux affiché l\'aide du couteau') do
  then_show_help(context_suite)
end

Alors('publier le cookbook {word}') do |cookbook_name|
  then_publish_cookbook(cookbook_name)
end

Alors('autodéployer le cookbook {word}') do |cookbook_name|
  then_deploy_cookbook(cookbook_name)
end

Alors('autopublier le cookbook {word}') do |cookbook_name|
  then_autopublish_cookbook(cookbook_name)
end

Étantdonné('la commande couteau {word}') do |knife_command|
  context_suite.knife_command = knife_command
end

Alors('exécute la commande couteau {word}') do |knife_command|
  context_suite.knife_command = knife_command
  then_execute_knife_command(context_suite)
end

Alors('exécute la sous commande couteau {word} {word}') do |knife_command, sub_knife_command|
  context_suite.knife_command = knife_command
  context_suite.sub_knife_command = sub_knife_command
  then_execute_sub_knife_command(context_suite)
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
deploy-context-2.13.39 x86_64-linux/lib/deploy-definitions/deploy-context-knife.rb
deploy-context-2.13.38 x86_64-linux/lib/deploy-definitions/deploy-context-knife.rb
deploy-context-2.13.36 x86_64-linux/lib/deploy-definitions/deploy-context-knife.rb
deploy-context-2.13.35 x86_64-linux/lib/deploy-definitions/deploy-context-knife.rb
deploy-context-2.13.34 x86_64-linux/lib/deploy-definitions/deploy-context-knife.rb
deploy-context-2.13.26 /home/jimboadmin/deploy-context/habitat/plan.sh/x86_64-linux/lib/deploy-definitions/deploy-context-knife.rb
deploy-context-2.13.25 /home/jimboadmin/deploy-context/habitat/plan.sh/x86_64-linux/lib/deploy-definitions/deploy-context-knife.rb