Remove everything libpurple-related
[app-xmms2-notifier.git] / t / test.t
index 5f945bc75353e5b90883dd6962bfd7220f02f2fa..4d39474cea54a1091b8353b5ee5870451ea86216 100644 (file)
--- a/t/test.t
+++ b/t/test.t
@@ -1,14 +1,10 @@
-#!/usr/bin/perl -w
+#!/usr/bin/perl
 use v5.14;
+use warnings;
 
-use Test::More tests => 3;
+use Test::More tests => 2;
 BEGIN { use_ok('App::XMMS2::Notifier') };
 
 #########################
 
 can_ok('App::XMMS2::Notifier', qw/run notify_libnotify/);
-
-TODO: {
-       local $TODO = 'libpurple notify not written yet';
-       can_ok('App::XMMS2::Notifier', 'notify_libpurple');
-}
This page took 0.009427 seconds and 4 git commands to generate.