This minor mode provides some enhancements to ruby-mode in the contexts of RSpec specifications. Namely, it provides the following capabilities:
toggle back and forth between a spec and it’s target (bound to
\C-c ,t)verify the spec file associated with the current buffer (bound to
\C-c ,v)verify the spec defined in the current buffer if it is a spec file (bound to
\C-c ,v)ability to disable the example at the point (bound to
\C-c ,d)ability to reenable the disabled example at the point (bound to
\C-c ,e)
Known Issues
- Sometimes disable/reenable example miss parts of the current example.
Get it
- Download latest version
- rspec-mode.el
- Git repository
- git://github.com/pezra/rspec-mode.git
