Sha256: 40e4d8f67e7e695fc13a95fa4e4cf8367744ba24c08d62f46ff32a9c37ce03e9
Contents?: true
Size: 533 Bytes
Versions: 4
Compression:
Stored size: 533 Bytes
Contents
Feature: Ability to parse a mof and create a template In Order to verify the basic functionality As a developer I want to generate a simple Ruby provider Then I should be able to access it using ruby-sfcc Scenario: Create an instance Given "Cmpi_Swig" is registered in namespace "test/test" When I create an instance of "Cmpi_Swig" with "hello" set to "Hello world" Then I should see "Cmpi_Swig" in enumerated instance names And the instance of "Cmpi_Swig" should have property "hello" set to "Hello world"
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
genprovider-0.2.3 | features/003-create.feature |
genprovider-0.2.2 | features/003-create.feature |
genprovider-0.2.1 | features/003-create.feature |
genprovider-0.2.0 | features/003-create.feature |