Changing to use new Producer.
[dbsrgits/SQL-Translator.git] / t / 24yaml.t
index 5aa41ee..e578e18 100644 (file)
@@ -2,11 +2,18 @@
 # vim: set ft=perl:
 
 use strict;
-use Test::More tests => 2;
+use Test::More;
 use Test::Differences;
+use Test::SQL::Translator qw(maybe_plan);
 use SQL::Translator;
 use FindBin '$Bin';
 
+BEGIN {
+    maybe_plan(2,
+        'SQL::Translator::Parser::SQLite',
+        'SQL::Translator::Producer::YAML');
+}
+
 my $yaml = q/--- #YAML:1.0
 schema:
   procedures: {}