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/use.t | |
parent | 7c5ff6b1e389ac9be7c51fb414a0048e986407cb (diff) | |
download | perl6-matrix-client-ee4db344a8604852bfa4f863ea132b8e1ab63ab7.tar.gz |
Rename tests
Diffstat (limited to 't/use.t')
-rw-r--r-- | t/use.t | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/t/use.t b/t/use.t deleted file mode 100644 index 88b4caa..0000000 --- a/t/use.t +++ /dev/null @@ -1,7 +0,0 @@ -use lib 'lib'; -use Test; - -use-ok 'Matrix::Client'; -use-ok 'Matrix::Client::Room'; -use-ok 'Matrix::Client::Requester'; -done-testing; |