lib/testlab/container.rb in testlab-0.7.1 vs lib/testlab/container.rb in testlab-0.7.2

- old
+ new

@@ -124,8 +124,16 @@ @ui = TestLab.ui super(*args) end + def config_dir + self.node.config_dir + end + + def repo_dir + self.node.repo_dir + end + end end