X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F102-class.t;h=9e659abb8af7ff3fcb8a14deaad228e9ab99a602;hb=1c61aa9fa1dd1c405e875a9648bfb9bbd6685067;hp=0b072404985d80398a7222a97a3faf6f80151f45;hpb=17e3235c4f525d76ef0e66d624c9981724c70746;p=gitmo%2FMooseX-AutoDoc.git diff --git a/t/102-class.t b/t/102-class.t index 0b07240..9e659ab 100644 --- a/t/102-class.t +++ b/t/102-class.t @@ -18,4 +18,4 @@ my $target = { attributes => [], }; -is_deeply($target, $spec); +is_deeply($spec, $target);