thoughtbot / shoulda-context

Shoulda Context makes it easy to write understandable and maintainable tests under Minitest and Test::Unit within Rails projects or plain Ruby projects.
MIT License
239 stars 58 forks source link

vim highlighting & completion #8

Closed sunaku closed 12 years ago

sunaku commented 12 years ago

There is support for Vim syntax highlighting and i_CTRL-X_CTRL-U completion of shoulda-context methods and assertions here: https://github.com/sunaku/vim-ruby-shoulda-context.

Perhaps you'd like to mention this in the README? Cheers.

travisjeffery commented 12 years ago

Interesting, I'll take a look!