SublimeText / RSpec

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

add support for new recommended "context" scope #69

Closed stevenchanin closed 6 years ago

stevenchanin commented 6 years ago

With newer versions of RSpec they recommend using before(:context) rather than before(:all). Same with after.