Add minitest-mode

This is a minitest minor mode. This mode is pretty similiar to the rspec
mode, however it is for minitest. I am using it in the daily basis to
develop ruby apps such as rails, ams, and Shopify projects.

I am the creator of it, and maintener.

Link for it: https://github.com/arthurnn/minitest-emacs
This commit is contained in:
Arthur Neves 2013-11-15 19:19:53 -05:00
parent 5e6eba7b20
commit 5adbe86e7e

2
recipes/minitest Normal file
View file

@ -0,0 +1,2 @@
(minitest :repo "arthurnn/minitest-emacs"
:fetcher github)