Sha256: bac41013fec511ec6f136d26bf7da67f6b447c168c8bbca05d00f344587f1226

Contents?: true

Size: 634 Bytes

Versions: 19

Compression:

Stored size: 634 Bytes

Contents

describe Chef::Resource::Machine do
  # With Properties
  #
  # with_driver
  # machine.driver
  # no driver
  # with_machine_options
  # machine.machine_options
  # no machine_options
  #
  # node tests
  # machine with_environment
  # machine.environment
  # no environment
  # machine with_chef_server
  # machine.chef_server
  # no chef_server
  # all node attributes
  # attributes overwrites normal attributes, but not attributes
  #
  # client tests
  # different private key generation options
  # pass in private / public key
  #
  # Actions
  context 'with a recipe that ' do
    with_recipe do
      machine 'blah'
    end

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
chef-metal-0.14.1 spec/integration/machine.rb
chef-metal-0.14 spec/integration/machine.rb
chef-metal-0.13 spec/integration/machine.rb
chef-metal-0.12.1 spec/integration/machine.rb
chef-metal-0.12 spec/integration/machine.rb
chef-metal-0.11.2 spec/integration/machine.rb
chef-metal-0.11.1 spec/integration/machine.rb
chef-metal-0.11 spec/integration/machine.rb
chef-metal-0.11.beta.11 spec/integration/machine.rb
chef-metal-0.11.beta.10 spec/integration/machine.rb
chef-metal-0.11.beta.9 spec/integration/machine.rb
chef-metal-0.11.beta.8 spec/integration/machine.rb
chef-metal-0.11.beta.7 spec/integration/machine.rb
chef-metal-0.11.beta.6 spec/integration/machine.rb
chef-metal-0.11.beta.5 spec/integration/machine.rb
chef-metal-0.11.beta.4 spec/integration/machine.rb
chef-metal-0.11.beta.3 spec/integration/machine.rb
chef-metal-0.11.beta.2 spec/integration/machine.rb
chef-metal-0.11.beta spec/integration/machine.rb