Sha256: 5009cd65526595c8ed92ea4f1a2289373f5c62dd051f7c869b5bdef0e9822e78

Contents?: true

Size: 346 Bytes

Versions: 1

Compression:

Stored size: 346 Bytes

Contents

Feature: Admin Configurables
  In order to change configurable options on the site
  As an admin
  I want to be able to change them
  
  Scenario: Editing Config
    When I am on the config admin page
      And I fill in "Notify Email" with "paul@rslw.com"
      And I press "Save"
    Then the "Notify Email" field should contain "paul@rslw.com"

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
configurable_engine-0.3.1 features/admin_configurables.feature