I wish it would, but no, it won't due to the nature of how Webrat have_selector matcher works (it uses XPath queries behind the scenes)

On 1/25/2011 11:18 PM, Nick wrote:
Whoops, let me fix that:

Would replacing
    :content => "moribund"
with
    :content => /moribund/i
work?


_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users

_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to