SublimeText / RSpec

Sublime Text 2 / 3 plugin for RSpec BDD Framework
124 stars 57 forks source link

have subject automatically remove brackets and : if no symbol supplied #62

Closed tim3z closed 9 years ago

tim3z commented 9 years ago

This introduces a little regex magic so that the (:) is removed if no text for the subject name is present. It is inspired by the standard sublime snippet for do blocks in ruby.

princemaple commented 9 years ago

Nice one