Here is my step, and capybara doesn't seem to escape it properly thats why it's showing as:
And I should see 'Height (e.g. 5\'11\")'
Then /^I should see 'Height (e.g. (\d+)\'(\d+)\")'$/ do |arg1, arg2| pending # express the regexp above with the code you wish you had end
I just need it to check the page if it has that string. Is this a capybara limitation? Or am I escaping it wrong?