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.
> _______________________________________________
> rspec-users mailing list
> rspec-users at rubyforge.org
> 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:
http://github.com/brynary/webrat/tree/master
fork the repo, fix it, and make a pull request on github
Chances are the problem will get fixed a lot sooner that way. :)
-Ben