]> Dogcows Code - chaz/graphql-client/blobdiff - t/https.t
add tests and many fixes
[chaz/graphql-client] / t / https.t
diff --git a/t/https.t b/t/https.t
new file mode 100755 (executable)
index 0000000..c125a50
--- /dev/null
+++ b/t/https.t
@@ -0,0 +1,13 @@
+#!/usr/bin/env perl
+
+use warnings;
+use strict;
+
+use Test::More;
+
+use GraphQL::Client::https;
+
+isa_ok('GraphQL::Client::https', 'GraphQL::Client::http');
+can_ok('GraphQL::Client::https', qw(new execute));
+
+done_testing;
This page took 0.017156 seconds and 4 git commands to generate.