spec/container_spec.rb in testlab-0.8.0 vs spec/container_spec.rb in testlab-0.8.1
- old
+ new
@@ -22,9 +22,10 @@
describe TestLab::Container do
subject {
@ui = ZTK::UI.new(:stdout => StringIO.new, :stderr => StringIO.new)
@testlab = TestLab.new(:labfile_path => LABFILE, :ui => @ui)
+ @testlab.boot
@testlab.containers.first
}
describe "class" do