X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=spec%2Funit%2Fgenerators%2Fsnippets%2Fdata_ddl;fp=spec%2Funit%2Fgenerators%2Fsnippets%2Fdata_ddl;h=0000000000000000000000000000000000000000;hb=d1f1649ba43c5cbc43c4beb2380096ba051d646a;hp=a37ec1037a7f29174aaef8e28df6dea58e8b55f3;hpb=8a3fe7daeecccf43dd71c59371c5005400d35101;p=packages%2Fprecise%2Fmcollective.git diff --git a/spec/unit/generators/snippets/data_ddl b/spec/unit/generators/snippets/data_ddl deleted file mode 100644 index a37ec10..0000000 --- a/spec/unit/generators/snippets/data_ddl +++ /dev/null @@ -1,20 +0,0 @@ -metadata :name => "%FULLNANE%", - :description => "%DESCRIPTION%", - :author => "%AUTHOR%", - :license => "%LICENSE%", - :version => "%VERSION%", - :url => "%URL%", - :timeout => %TIMEOUT% - -dataquery :description => "Query information" do - input :query, - :prompt => "%PROMP%", - :description => "%DESCRIPTION%", - :type => %TYPE%, - :validation => %VALIDATION%, - :maxlength => %MAXLENGTH% - - output :output, - :description => "%DESCRIPTION%", - :display_as => "%DESCRIPTION%" -end