Skip to content

Emacs minor mode for Behaviour and Test Driven Development in Ruby

Notifications You must be signed in to change notification settings

icostan/ruby-test-mode

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ruby-test-mode.el

https://travis-ci.org/ruby-test-mode/ruby-test-mode.svg https://melpa.org/packages/ruby-test-mode-badge.svg https://coveralls.io/repos/github/ruby-test-mode/ruby-test-mode/badge.svg?branch=master

Emacs minor mode for Behaviour and Test Driven Development in Ruby.

Keybindings

ruby-test-mode comes with some default keybindings:

BindingAction
C-c C-t n
C-c C-t C-n
Run the current buffer’s file as an unit test or an rspec example.
C-c C-t t
C-c C-t C-t
Runs the unit test or rspec example at the current buffer’s point.
C-c C-t r
C-c C-t C-r
Reruns the last unit test or rspec example.
C-c C-sToggle between implementation and test/example files.

License

Copyright © 2009-2016 Florian Ebeling, r0man

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version.

About

Emacs minor mode for Behaviour and Test Driven Development in Ruby

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Emacs Lisp 98.1%
  • Makefile 1.6%
  • Ruby 0.3%