Skip to content

Commit 8aace36

Browse files
committed
update readme, add paragraph about tests
1 parent 4aee972 commit 8aace36

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,9 @@ You may want to take a look at generated initializer in `config/initializers/lit
6565
* Integration with ActiveAdmin
6666
* Support for Proc defaults (like in `I18n.t('not_exising_keys', default: lambda{|_, options| 'text'})` )
6767

68+
### Testing
69+
70+
For local testing [wwtd](https://github.com/grosser/wwtd) gem comes into play, run tests via: `wwtd --local`. Run migrations using command `RAILS_ENV=test bundle exec rake db:migrate`.
6871

6972
### License
7073

0 commit comments

Comments
 (0)