This post originated from an RSS feed registered with Ruby Buzz
by Peter Williams.
Original Post: RSpec Emacs Mode
Feed Title: Peter Williams' Weblog
Feed URL: http://barelyenough.org/blog/tag/ruby/feed/
Feed Description: Random thoughs about software development, and anything else I find interesting.
I just released a small Emacs minor mode, rspec-mode
that provides some convenience functions related to dealing with
RSpec.
So far 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 so)
verify the spec file associated with the [...]