Skip to content

Commit

Permalink
Move Usage to the top
Browse files Browse the repository at this point in the history
Even though the commads/key bindings are easy to remember I think it would be
more user friendly to have them at the top.
  • Loading branch information
René Maya committed Dec 17, 2015
1 parent 7239baf commit 301ed02
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# minitest.el
### A minitest mode for emacs

[![Build Status](https://travis-ci.org/arthurnn/minitest-emacs.svg?branch=master)](https://travis-ci.org/arthurnn/minitest-emacs)
[![MELPA](https://melpa.org/packages/minitest-badge.svg)](https://melpa.org/#/minitest)

A minitest mode for emacs
# Usage

Command | Description | Mode binding
------------------------------------------------|---------------------------------------------------------|--------------------
<kbd>M-x minitest-verify</kbd> | Runs minitest test on the current file | `C-c , v`
<kbd>M-x minitest-verify-single</kbd> | Runs minitest test on the selected line | `C-c , s`
<kbd>M-x minitest-rerun</kbd> | Runs the last test again | `C-c , r`
<kbd>M-x minitest-verify-all</kbd> | Runs all the tests in the project | `C-c , a`

# Installation

Expand Down Expand Up @@ -33,15 +41,6 @@ the same set of parenthesis.
M-x package-install minitest
```

# Usage

Command | Description | Mode binding
------------------------------------------------|---------------------------------------------------------|--------------------
<kbd>M-x minitest-verify</kbd> | Runs minitest test on the current file | `C-c , v`
<kbd>M-x minitest-verify-single</kbd> | Runs minitest test on the selected line | `C-c , s`
<kbd>M-x minitest-rerun</kbd> | Runs the last test again | `C-c , r`
<kbd>M-x minitest-verify-all</kbd> | Runs all the tests in the project | `C-c , a`

# Configuration

To enable minitest mode on ruby files, simply add to your dotfile:
Expand Down

0 comments on commit 301ed02

Please sign in to comment.