Skip to content

Instantly share code, notes, and snippets.

@jimryan
Created April 1, 2013 21:18
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
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