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}