jasonrobertfox/tictactoe

View on GitHub
lib/config/config.yml

Summary

Maintainability
Test Coverage
production: &common_settings
    title: Tic Tac Toe
    description: "A very hard game of tic tac toe."
    static: true

test:
    <<: *common_settings

development:
    <<: *common_settings