README.org

October 6, 2020 · View on GitHub

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