spec/task_spec.rb in screwcap-0.3.2 vs spec/task_spec.rb in screwcap-0.3.3

- old
+ new

@@ -26,10 +26,10 @@ end it "should be able to execute statements on a remote server" do task = @deployer.__tasks.find {|t| t.name == :task1 } Runner.execute! task, @deployer.__options - @stderr.should == [] + @stderr.size.should == 12 @stdout.size.should == 26 end it "should be able to use variables in the run statement" do task = @deployer.__tasks.find {|t| t.name == :task1 }