From cc0b130c86e53100a4d7ef8cbb23edcffb5d7672 Mon Sep 17 00:00:00 2001 From: Henne Vogelsang Date: Wed, 9 Apr 2014 01:37:59 +0200 Subject: [PATCH] Document what we use --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 5187addf..61091ebd 100644 --- a/README.md +++ b/README.md @@ -45,3 +45,9 @@ OSEM is extensively (some would say maniacally ;-) documented. You can generate bundle exec rdoc --op doc/app --all -f fivefish app xdg-open doc/app/index.html ``` + +## Testing +We are using [rspec](http://rspec.info/)+[capybara](http://jnicklas.github.io/capybara/)+[factory girl](https://github.com/thoughtbot/factory_girl) as test suite. You *should* run it, whenever you change something, with +``` +bundle exec rake rspec +```