Hi,
I use an regular expression to verify that my string in time_on_site is
correct. This works when the string match, but if it doesn’t the test
get hanged. So I need to quit(ctrl+c) the script and also close ruby.exe
*32 in Task manager. Any ides how I can handle this?
time_on_site.should match(/^00:[0-5][0-9]$/)
Best regards
Mattias