lib/testlab/container.rb in testlab-0.6.15 vs lib/testlab/container.rb in testlab-0.6.16

- old
+ new

@@ -119,12 +119,12 @@ # NOTE: tmpfs is very memory intensive and is disabled by default. attribute :persist, :default => true def initialize(*args) - super(*args) - @ui = TestLab.ui + + super(*args) end end end