view tests/procs/test_dotfiles.yaml @ 772:3885421c29a3

admin: Make the whole FoodTruck site into a blueprint. This makes it possible to use an app factory, which makes it easier to write unit tests.
author Ludovic Chabant <ludovic@chabant.com>
date Sun, 03 Jul 2016 07:54:54 -0700
parents bab91fcef741
children
line wrap: on
line source

---
in:
    assets/something.txt: Foo bar
    assets/.htaccess: "# Apache config"
outfiles:
    something.txt: Foo bar
    .htaccess: "# Apache config"