Sha256: 6e2d00ce89ca453620612d5cd34cc4eb5a969f27ca51d18bebfc2db6b6e80fa3

Contents?: true

Size: 610 Bytes

Versions: 19

Compression:

Stored size: 610 Bytes

Contents

Feature: Global Data
  As a virtualbox library user
  I want to access information about the global state of VirtualBox
  In order to get information about my environment

  Scenario: Reading the VMs
    Given the global object
    When I read the "vms"
    Then I should get a matching length for "vms"

  Scenario: Reading the hard drives
    Given the global object
    When I read the media "hard drives"
    Then I should get a matching length of media items

  Scenario: Reading the dvds
    Given the global object
    When I read the media "dvds"
    Then I should get a matching length of media items

Version data entries

19 entries across 19 versions & 3 rubygems

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