Real Life Example
- some more helper methods like to "send" requests and parse the results
- one nice think about OX: you can really easily unit test controller actions
- it's just a method call
- no fuzzying with forking a server or running a plack app
- faster tests, because you don't need to start the whole app (just the Controller)