From da34d17d902f9b07d3d39fb739b2c1fb3d703436 Mon Sep 17 00:00:00 2001 From: Chris Sims Date: Mon, 13 Feb 2012 15:29:27 -0500 Subject: [PATCH] Added pending it snippet --- snippets/ruby.snippets | 3 +++ 1 file changed, 3 insertions(+) diff --git a/snippets/ruby.snippets b/snippets/ruby.snippets index 823f04b..a607946 100644 --- a/snippets/ruby.snippets +++ b/snippets/ruby.snippets @@ -913,6 +913,9 @@ snippet it it "${1:spec_name}" do ${2} end +snippet itp + it "${1:spec_name}" + ${2} snippet desc describe ${1:class_name} do ${2}