diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2015-01-15 14:02:19 +0000 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2015-01-19 16:35:36 +0000 |
commit | b203e7907fa4808966521da8e18d9796e28e9b9a (patch) | |
tree | 268a49410fd4bfc42e752a8b52c48d537b5b865d /cpanfile | |
parent | 2e8df1a5a6610c43e0c1bda15d018fa16738061b (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-- | cpanfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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'; }; |