On Apr 4, 2008, at 6:18 PM, Joe Van Dyk wrote:

> Where do I report webrat bugs?
>
> Seems that when there's a parenthesis in the link text, doing:
>
> session.clicks_link("link with (parens)")
>
> fails to find the link text.

I believe (with my limited experience with webrat) that this is  
occurring because it expects a regex.  I bet if you escaped the  
parents "\(parens\)" it would start to work.

Scott

_______________________________________________
rspec-users mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to