Skip to content

Instantly share code, notes, and snippets.

View Dervisevic's full-sized avatar

Denis Dervisevic Dervisevic

View GitHub Profile

Keybase proof

I hereby claim:

  • I am dervisevic on github.
  • I am denisdervisevic (https://keybase.io/denisdervisevic) on keybase.
  • I have a public key whose fingerprint is A865 0B20 7C00 9FEF 426D FE4C 9326 A0B9 3C37 1D7C

To claim this, I am signing this object:

@Dervisevic
Dervisevic / VCR.use_cassette.sublime_snippet.html
Last active December 15, 2015 20:19
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>