arthurnn / minitest-emacs

A minitest mode for emacs
49 stars 26 forks source link

Minitest snippet usage documentation? #18

Open conradwt opened 9 years ago

conradwt commented 9 years ago

Hi, can someone add some additional documentation to the README in regards to the usage of the Minitest snippets? BTW, I have added the following:

(eval-after-load 'minitest
  '(minitest-install-snippets))

However, it's not clear as to how to use them.