From 5dcbe2d820974c300ca2e537db43a33512be4363 Mon Sep 17 00:00:00 2001 From: "Jonathan \"Duke\" Leto" Date: Wed, 5 Jan 2011 12:46:34 -0800 Subject: Add a few more simple tests --- t/data/test.yml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 t/data/test.yml (limited to 't/data') diff --git a/t/data/test.yml b/t/data/test.yml new file mode 100644 index 0000000..e4144c3 --- /dev/null +++ b/t/data/test.yml @@ -0,0 +1,30 @@ +layout: "main" +logger: "file" +appname: "jitterbug" + +builds_per_feed: 5 +template: "xslate" +engines: + xslate: + path: / + type: text + cache: 0 + +jitterbug: + reports: + dir: /tmp/jitterbug + build: + dir: /tmp/build + build_process: + builder: ./scripts/capsule.sh + on_failure: ./scripts/build-failed.sh + +plugins: + DBIC: + schema: + skip_automake: 1 + pckg: "jitterbug::Schema" + connect_info: + - dbi:SQLite:dbname=jitterbug.db + + -- cgit 1.4.1