Skip to content

Commit

Permalink
Update README with minitest template
Browse files Browse the repository at this point in the history
  • Loading branch information
supremebeing7 authored Jul 23, 2017
1 parent 049bbd5 commit 06572df
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@ Copy rspec test to test for missing and unused translations as part of the suite
$ cp $(i18n-tasks gem-path)/templates/rspec/i18n_spec.rb spec/
```

Or for minitest:

```console
$ cp $(i18n-tasks gem-path)/templates/minitest/i18n_test.rb test/
```

## Usage

Run `i18n-tasks` to get the list of all the tasks with short descriptions.
Expand Down

0 comments on commit 06572df

Please sign in to comment.