I have a cucumber step that recently started failing when an
was added to my layout. If I take the
out, my tests all pass. When I put it back in, every test that uses the click_link method supplied by WebRat fails with the following message:
And he follows 'Unsubscribe'
incompatible encoding regexp match (UTF-8 regexp with ASCII-8BIT string) (Encoding::CompatibilityError)
(eval):3:in `click_link`
(eval):2:in `click_link`
/path_to_project/webrat_steps.rb:19:in `/^(I|he|she) follows? '([^\"]*)'$/'
features/manage_subscriptions.feature:59:in `And he follows 'Unsubscribe''
Does anyone have any suggestions?