spec/adapter/win_32/window_spec.rb in rautomation-0.9.2 vs spec/adapter/win_32/window_spec.rb in rautomation-0.9.3

- old
+ new

@@ -31,10 +31,10 @@ it "#control" do window.control(:value => "&About").should exist end it "#controls" do - window.controls(:class => /button/i).size.should == 12 + window.controls(:class => /button/i).size.should == 13 end context "#move" do it "width=500, height=400, left=10, top=0" do window.move :width => 500, :height => 400, :left => 10, :top => 0