mirror of
https://github.com/openSUSE/osem.git
synced 2026-04-28 02:41:25 -04:00
Document what we use
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user