spec/task_spec.rb in screwcap-0.3.3 vs spec/task_spec.rb in screwcap-0.3.4
- 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.size.should == 12
+ @stderr.size.should == 0
@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 }