Webrat bugs

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.

Joe Van D. wrote:

http://rubyforge.org/mailman/listinfo/rspec-users

Hey,
Brian relasesed webrat:
http://www.brynary.com/2007/12/8/webrat-0-1-0-released

But AFAIK there is no project page for it…

I would suggest this:
Fix the issue and send him the patch.
OR
Clone it on github:

fork the repo, fix it, and make a pull request on github

Chances are the problem will get fixed a lot sooner that way. :slight_smile:

-Ben

On Apr 4, 2008, at 6:18 PM, Joe Van D. 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