Update code from https://github.com/dmi-try/marionette-collective
[packages/precise/mcollective.git] / spec / unit / plugins / mcollective / data / fstat_data_spec.rb
index babca399865e11b328c1eb8354e8ef50e65dac95..228c0b1b78a63e6c6ec5fee29e92c5fc3339e845 100644 (file)
@@ -11,6 +11,7 @@ module MCollective
         before do
           @ddl = mock
           @ddl.stubs(:meta).returns({:timeout => 1})
+          @ddl.stubs(:dataquery_interface).returns({:output => {}})
           DDL.stubs(:new).returns(@ddl)
           @plugin = Fstat_data.new