Sha256: 4233b84a117c585b9d83dfe63bccffb46b2ecf4a7c114c29307580f7704eb8fe

Contents?: true

Size: 770 Bytes

Versions: 15

Compression:

Stored size: 770 Bytes

Contents

Feature: Amee can be configured

  As a ruby developer
  I want to set an Amee config 
  So that so Amee can run under a certain configurations
  
  Scenario: defaults should be available if no config has been set
    When I do not create a config
    
    Then the amee config: "server" should be: "stage.amee.com"
    And the amee config: "cache_store" should be: "Moneta::Memory"
    And the amee config: "cache" should be: "true"
    
  Scenario: server should be changed if I set a config with new server
    When I set the: "server" on the amee config with: "prod.amee.com"

    Then the amee config: "server" should be: "prod.amee.com"
    And the amee config: "cache_store" should be: "Moneta::Memory"
    And the amee config: "cache" should be: "true"
  
  
  

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
hookercookerman-amee-0.0.2 features/config.feature
hookercookerman-amee-0.0.3 features/config.feature
hookercookerman-amee-0.0.4 features/config.feature
hookercookerman-amee-0.0.5 features/config.feature
hookercookerman-amee-0.0.6 features/config.feature
hookercookerman-amee-0.0.7 features/config.feature
hookercookerman-amee-0.0.8 features/config.feature
hookercookerman-amee-0.0.9 features/config.feature
hookercookerman-amee-0.1.0 features/config.feature
hookercookerman-amee-0.1.1 features/config.feature
hookercookerman-amee-0.1.2 features/config.feature
hookercookerman-amee-0.1.3 features/config.feature
hookercookerman-amee-0.1.4 features/config.feature
hookercookerman-amee-0.1.5 features/config.feature
hookercookerman-amee-0.1.6 features/config.feature