Document what we use

This commit is contained in:
Henne Vogelsang
2014-04-09 01:37:59 +02:00
parent e3fd0c195a
commit cc0b130c86

View File

@@ -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
```