Sha256: 33eae183da6fb7ee7d83dabd56608685c37ba27a5f00db16e19cf12f57ced734

Contents?: true

Size: 485 Bytes

Versions: 4

Compression:

Stored size: 485 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: Change an instance
    Given an instance of "Cmpi_Swig" with property "hello" set to "Hello world"
    When I change the property "hello" to "Goodbye, cruel world"
    Then the instance of "Cmpi_Swig" should have property "hello" set to "Goodbye, cruel world"

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
genprovider-0.2.3 features/004-modify.feature
genprovider-0.2.2 features/004-modify.feature
genprovider-0.2.1 features/004-modify.feature
genprovider-0.2.0 features/004-modify.feature