Skip to content

Instantly share code, notes, and snippets.

@Dervisevic
Last active December 15, 2015 20:19
Show Gist options
  • Save Dervisevic/5317340 to your computer and use it in GitHub Desktop.
Save Dervisevic/5317340 to your computer and use it in GitHub Desktop.
Sublime Text 2 snippet for a VCR use_cassette call.
<snippet>
<content><![CDATA[
VCR.use_cassette('${1:test}') do
${2:http_call}
end
]]></content>
<tabTrigger>vcr</tabTrigger>
<scope>source.ruby</scope>
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment