Document what we use
This commit is contained in:
parent
e3fd0c195a
commit
cc0b130c86
1 changed files with 6 additions and 0 deletions
|
|
@ -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
|
bundle exec rdoc --op doc/app --all -f fivefish app
|
||||||
xdg-open doc/app/index.html
|
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
|
||||||
|
```
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue