spec/rspec_patches_spec.rb in watirsplash-2.0.0 vs spec/rspec_patches_spec.rb in watirsplash-2.0.1.rc1

- old
+ new

@@ -79,10 +79,9 @@ end end context "#during" do it "will pass upon timeout" do - require "ruby-debug"; debugger; t = Time.now true.should be_true.during(0.5) (Time.now - t).should be >= 0.5 end