Hey I'm using cucumber, webrat(selenium mode) & sinatra
for the most part it works great but it appears to be having some
trouble when using matchers
eg.
`response.body.should have_tag('form#form_id')`
This fails with the following error:
`undefined method `has_tag?' for #<String:0x10390d810> (NoMethodError)
`
Here is my world... http://gist.github.com/226121
is it possible im not loading something correctly.
or is the handling of have_tag only for Cucumber::Rails::World
I have another project where the matchers work fine but that project
uses webrat(selenium mode) & rails
Thanks