Sha256: 1ce635558686a3d3fdf29d5e8716363d7a55606bda4265462bf1255da3bb38e3
Contents?: true
Size: 397 Bytes
Versions: 8
Compression:
Stored size: 397 Bytes
Contents
Feature: Settings class Scenario: Assign a new global setting Given I assign "'a value'" to "a_key" Then Settings should respond to "a_key" Then "a_key" should hold "a value" Scenario: Active key list Given I assign "'a value'" to "a_key" And I assign "'another value'" to "another_key" Then Settings.keys should include: | a_key | | another_key |
Version data entries
8 entries across 8 versions & 1 rubygems