spec/testlab_spec.rb in testlab-0.8.2 vs spec/testlab_spec.rb in testlab-0.8.3

- old
+ new

@@ -23,9 +23,10 @@ subject { @ui = ZTK::UI.new(:stdout => StringIO.new, :stderr => StringIO.new) @testlab = TestLab.new(:labfile_path => LABFILE, :ui => @ui) @testlab.boot + @testlab } describe "class" do it "should be an instance of TestLab" do