aboutsummaryrefslogtreecommitdiffstats
path: root/cpanfile
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2015-01-15 14:02:19 +0000
committerMatthew Somerville <matthew-github@dracos.co.uk>2015-01-19 16:35:36 +0000
commitb203e7907fa4808966521da8e18d9796e28e9b9a (patch)
tree268a49410fd4bfc42e752a8b52c48d537b5b865d /cpanfile
parent2e8df1a5a6610c43e0c1bda15d018fa16738061b (diff)
Rename test-wrapper to run-tests.
As that's what it does; and use it in Travis.
Diffstat (limited to 'cpanfile')
-rw-r--r--cpanfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpanfile b/cpanfile
index cda6cc131..e6cb1d83d 100644
--- a/cpanfile
+++ b/cpanfile
@@ -110,7 +110,7 @@ requires 'File::ChangeNotify';
requires 'Path::Tiny';
requires 'File::Find::Rule';
-feature 'test-wrapper', 'Spin up a test database and config to run tests' => sub {
+feature 'run-tests', 'Spin up a test database and config to run tests' => sub {
requires 'Test::PostgreSQL';
};