Skip to content

Instantly share code, notes, and snippets.

@jimryan
Created April 1, 2013 21:18
Show Gist options
  • Save jimryan/5287837 to your computer and use it in GitHub Desktop.
Save jimryan/5287837 to your computer and use it in GitHub Desktop.
Capybara expect(page).to have_content SublimeText snippet
<snippet>
<content><![CDATA[
expect(page).to have_content '${1:content}'
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>ephc</tabTrigger>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<scope>source.ruby</scope>
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment