mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
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
|
||||
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