search for: pertman

Displaying 3 results from an estimated 3 matches for "pertman".

Did you mean: partman
2011 Apr 16
11
added new cool matcher into my framework WatirSplash - #in
....click }.to make {div.visible?}.in(2) # use ActiveSupport for adding more meaning to numbers require "active_support" div.should exist.in(2.minutes) What do you guys think? Should i add that also into rspec-expectations to make spec-ing easier where timing is involved? :) Jarmo Pertman ----- IT does really matter - http://www.itreallymatters.net
2011 Jan 09
4
[ win32utils-Bugs-28840 ] wrong process_id is returned if using create multiple times for IE
Bugs item #28840, was opened at 2011-01-09 16:55 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=411&aid=28840&group_id=85 Category: win32-process Group: None Status: Open Resolution: None Priority: 3 Submitted By: Jarmo Pertman (juuser) Assigned to: Nobody (None) Summary: wrong process_id is returned if using create multiple times for IE Initial Comment: Hi. Execute in IRB: require "win32/process" proc1 = Process.create(:app_name => "C:\Program Files (x86)\Internet Explorer\iexplore.exe about:blank&qu...
2009 May 25
3
[rspec] http://rspec.info examples are broken
It seems that some examples at http://rspec.info are broken with invalid html. For example: http://rspec.info/documentation/before_and_after.html All those spans there should not be visible, I think :) Isn''t rspec.info web tested well enough? :P Best regards, Jarmo