Sha256: 5eb52402e7e0bb8a756b6ca109e6517925f4b3ff81fa49c32a85a94f75c1fa31

Contents?: true

Size: 453 Bytes

Versions: 19

Compression:

Stored size: 453 Bytes

Contents

Feature: Virtual Machine
  As a virtualbox library user
  I want to access information about specific virtual machines
  In order to get information about VMs in VirtualBox

  Scenario: Finding a non-existent VM
    When I find a VM identified by "this_should_never_exist1234"
    Then the VM should not exist

  Scenario: Finding a VM
    When I find a VM identified by "test_vm_A"
    Then the VM should exist
    And the "VM" properties should match

Version data entries

19 entries across 19 versions & 3 rubygems

Version Path
virtualbox-0.9.2 features/vm.feature
virtualbox-0.9.1 features/vm.feature
virtualbox-0.9.0 features/vm.feature
virtualbox-0.8.6 features/vm.feature
virtualbox-0.8.5 features/vm.feature
virtualbox-0.8.4 features/vm.feature
velir_virtualbox-0.8.4 features/vm.feature
virtualbox-0.8.3 features/vm.feature
virtualbox-0.8.2 features/vm.feature
virtualbox-0.8.1 features/vm.feature
virtualbox-0.8.0 features/vm.feature
virtualbox-0.7.9 features/vm.feature
virtualbox-0.7.8 features/vm.feature
virtualbox-0.7.7 features/vm.feature
virtualbox-0.7.6 features/vm.feature
bbrowning-virtualbox-0.7.6.dev features/vm.feature
virtualbox-0.7.5 features/vm.feature
virtualbox-0.7.4 features/vm.feature
virtualbox-0.7.3 features/vm.feature