I\'m writing a request spec and would like to test for the presence of the string \"Reports » Aging Reports\". I get an error (invalid multibyte char) if I put in the character
Sometimes the simplest solution is the right one and things just work...
page.should have_content("Reports » Aging Reports")