zdi/README.md

16 lines
534 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Emacs integration for ZDI
A small utility for running rspec directly from the comfort of emacs.
Its just a first rough version that works for developing on help
center. I havent made it super configurable. You should modify it
to your own needs or make it more configurable and send a PR.
It allows you to go to an rspec file in help center and run the RSpec
on it by doing `M-x compile`.
## Installation
(add-to-list 'load-path PATH-TO-ZDI)
(require zdi)
(add-hook 'ruby-mode-hook 'zdi-set-compile-command)