lib/testlab/providers/local.rb in testlab-1.10.0 vs lib/testlab/providers/local.rb in testlab-1.11.0

- old
+ new

@@ -14,9 +14,11 @@ @config = (config || Hash.new) @ui = (ui || TestLab.ui) # ensure our local key is there @config[:local] ||= Hash.new + + @ui.stderr.puts("TestLab::Provider::Local is depreciated. Please use TestLab::Provider::BareMetal instead.") end # This is a NO-OP def create true