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