Skip to content

Instantly share code, notes, and snippets.

@pianosnake
Created September 8, 2013 03:46
Show Gist options
  • Save pianosnake/6481667 to your computer and use it in GitHub Desktop.
Save pianosnake/6481667 to your computer and use it in GitHub Desktop.
RubyMine live template for Jasmine test
describe("$CLASS$", function(){
it("should $END$", function(){
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment