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