A Cucumber step to test for a YM4R Google Map
27 07 2009I had some problems with a view in a Rails app that was conditionally hiding a Google Map that was generated using the YM4R plugin. I don’t usually test views in unit tests, and this logic depended on a particular situation with the data behind the view, so I decided that this would be a good candidate for a Cucumber feature.
Here’s the Cucumber step implementation I wrote.
Read the rest of this entry »
Categories : Google Maps, ruby on rails, testing





