summary refs log tree commit diff
path: root/t/spore-method/base.t
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--t/spore-method/base.t2
1 files changed, 2 insertions, 0 deletions
diff --git a/t/spore-method/base.t b/t/spore-method/base.t
index 1ea5018..61d8608 100644
--- a/t/spore-method/base.t
+++ b/t/spore-method/base.t
@@ -36,4 +36,6 @@ ok $method = Net::HTTP::Spore::Meta::Method->wrap(
     required     => [qw/name id/],
 );
 
+ok !$method->has_authentication, 'authentication not set on method';
+
 done_testing;