README.md in admino-0.0.14 vs README.md in admino-0.0.15
- old
+ new
@@ -659,5 +659,19 @@
show: 'Details'
edit: 'Edit task'
destroy: 'Delete'
```
+## Running tests
+
+Install gems:
+
+```
+$ bundle
+$ bundle exec appraisal
+```
+
+Launch tests:
+
+```
+bundle exec appraisal rake
+```