[rspec-users] webrat bugs
Scott Taylor
mailing_lists at railsnewbie.com
Sat Apr 5 01:00:57 EDT 2008
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
More information about the rspec-users
mailing list