MapaDoSite ModificaçõesRecentes Notícias SeçãoElisp HowTo

RspecMode

Last edit

Alterado:

< * toggle back and forth between a spec and it's target (bound to

para

> * toggle back and forth between a spec and its target (bound to


Overview

Rspec mode is a minor mode that provides some enhancements to ruby-mode in the contexts of RSpec specifications. Namely, it provides the following capabilities:

Features

Installation

  1. Download latest version of RspecMode at http://github.com/pezra/rspec-mode
  2. Place rspec-mode.el in your Emacs load path
  3. Add `(require ‘rspec-mode)` do your .emacs file

Dependencies

This minor mode depends on `mode-compile`. The expectations depend `on el-expectataions.el`.