kaomte / ruby-test-mode

Emacs minor mode for Behaviour and Test Driven Development in Ruby

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ruby-test-mode.el

https://travis-ci.org/r0man/ruby-test-mode.svg https://melpa.org/packages/ruby-test-mode-badge.svg

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-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


Languages

Language:Emacs Lisp 97.4%Language:Makefile 2.2%Language:Ruby 0.4%