Sha256: dff79a277ed7538a27b0395bf7b5aa65d72ce17a6b5a65b5004efa095fd0e045
Contents?: true
Size: 580 Bytes
Versions: 4
Compression:
Stored size: 580 Bytes
Contents
Feature: Store configuration in memory In order to store configuration information As a ruby developer I want to create a configuration class that stores settings in memory Scenario: Simple configuration object Given a Configuration class that derives from ConfigureMe::Base And I add a "color" setting with a type of "string" and a default of "red" When I create an instance of the class And I read the "color" setting Then the result should be "red" When I set the "color" setting to "blue" And I read the "color" setting Then the result should be "blue"
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
configure_me-0.3.2 | features/memory.feature |
configure_me-0.3.1 | features/memory.feature |
configure_me-0.2.1 | features/memory.feature |
configure_me-0.1.1 | features/memory.feature |