
field_named method not correctly delegated
Reported by Mike Grafton | March 13th, 2009 @ 12:01 AM
We were getting method_missing when trying to use the 'field_named' locator method. Turns out it was not getting the same delegation treatment as other locators like 'field_labeled'. We forked webrat and produced this commit:
http://github.com/pivotal/webrat/commit/4732564d3746ba0d728f7efb2fb...
The pull request has been sent.
Keep up the good work! Webrat is awesome.
Comments and changes to this ticket
-
Ben Woosley March 19th, 2009 @ 11:04 AM
The patch is now stored on this branch: http://github.com/pivotal/webrat...
-
gaffo May 10th, 2009 @ 10:17 PM
- Assigned user set to Bryan Helmkamp
- State changed from new to awaiting-merge
Sorry about the delay. Marking as awaiting merge, the patch is quite simple just delegating the method. Thanks for the patch!
-
Jamie Orchard-Hays May 28th, 2009 @ 04:12 PM
I'd love to see this in soon too. I just ran into the same problem.
-
Bryan Helmkamp May 28th, 2009 @ 07:05 PM
- State changed from awaiting-merge to resolved
(from [e0bdab32366fba7f90ed86f1f16f3bd73d62f429]) [#194 state:resolved] updated history http://github.com/brynary/webrat/commit/e0bdab32366fba7f90ed86f1f16...
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Ruby Acceptance Testing for Web applications.
People watching this ticket
Referenced by
-
194 field_named method not correctly delegated (from [e0bdab32366fba7f90ed86f1f16f3bd73d62f429]) [#194 s...