diff options
author | Matias Linares <matiaslina@openmailbox.org> | 2017-10-11 22:00:00 -0300 |
---|---|---|
committer | Matias Linares <matiaslina@openmailbox.org> | 2017-10-11 22:00:00 -0300 |
commit | ee4db344a8604852bfa4f863ea132b8e1ab63ab7 (patch) | |
tree | 3f2dd14ec8851782c57781e096950abb6330f941 /t/01-meta.t | |
parent | 7c5ff6b1e389ac9be7c51fb414a0048e986407cb (diff) | |
download | perl6-matrix-client-ee4db344a8604852bfa4f863ea132b8e1ab63ab7.tar.gz |
Rename tests
Diffstat (limited to 't/01-meta.t')
-rw-r--r-- | t/01-meta.t | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/t/01-meta.t b/t/01-meta.t new file mode 100644 index 0000000..f5fc6d0 --- /dev/null +++ b/t/01-meta.t @@ -0,0 +1,5 @@ +use lib 'lib'; +use Test; +use Test::META; +plan 1; +meta-ok(); |