SublimeText / RSpec

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

Add expect to have_content snippet #66

Closed Xiaohong-Deng closed 7 years ago

Xiaohong-Deng commented 7 years ago

I found it quite useful to have a snippet to trigger expect(obj).to have_content(cont) while I was writing RSpec features and unit tests. I needed to write a lot of it. So I added such a snippet.