README.org
October 6, 2020 · View on GitHub
-
ruby-test-mode.el
[[https://travis-ci.org/ruby-test-mode/ruby-test-mode][https://travis-ci.org/ruby-test-mode/ruby-test-mode.svg]] [[https://melpa.org/#/ruby-test-mode][https://melpa.org/packages/ruby-test-mode-badge.svg]] [[https://coveralls.io/github/ruby-test-mode/ruby-test-mode?branch=master][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:
| Binding | Action |
|------------------------------------------+--------------------------------------------------------------------|
| C-c C-t n @@html:
@@ 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 @@html:
@@ C-c C-t C-t | Runs the unit test or rspec example at the current buffer's point. |
| C-c C-t r @@html:
@@ C-c C-t C-r | Reruns the last unit test or rspec example. |
| C-c C-s | Toggle between implementation and test/example files. |
** License
Copyright © 2009-2016 [[https://github.com/febeling][Florian Ebeling]], [[https://github.com/r0man][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.