From 7e1cc1b983e10f83ec9963606676b5678260b2e6 Mon Sep 17 00:00:00 2001 From: Marnen Laibow-Koser Date: Wed, 21 Oct 2009 23:47:44 -0400 Subject: [PATCH] Add .autotest file for the plugin so we don't wind up in circles while developing it. [#44] --- vendor/plugins/acts_as_addressed/.autotest | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 vendor/plugins/acts_as_addressed/.autotest diff --git a/vendor/plugins/acts_as_addressed/.autotest b/vendor/plugins/acts_as_addressed/.autotest new file mode 100644 index 00000000..2ff5f487 --- /dev/null +++ b/vendor/plugins/acts_as_addressed/.autotest @@ -0,0 +1,5 @@ +Autotest.add_hook :initialize do |at| + at.add_exception '.git' + at.add_exception 'spec-results/index.html' + at.add_exception 'features_report.html' +end