Sha256: 7c5da798d487e3b8ca2953306c8aa148127a7977c0bce5ed14aef47184a38787
Contents?: true
Size: 925 Bytes
Versions: 19
Compression:
Stored size: 925 Bytes
Contents
Feature: Global Extra Data As a virtualbox library user I want to access and update global extra data Background: Given the global object And I delete the "global" extra data "VirtualBoxGemTest/Key" And the "extra_data" relationship Scenario: Reading extra data When I get the extra data of "global" Then all the extra data should match @unsafe Scenario: Writing extra data When I set the extra data "VirtualBoxGemTest/Key" to "Value" And I save the relationship And I get the extra data of "global" Then the extra data should include "VirtualBoxGemTest/Key" as "Value" @unsafe Scenario: Deleting extra data When I set the extra data "VirtualBoxGemTest/Key" to "Value" And I save the relationship And I delete the extra data "VirtualBoxGemTest/Key" And I get the extra data of "global" Then the extra data should not include "VirtualBoxGemTest/Key"
Version data entries
19 entries across 19 versions & 3 rubygems