Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-10 | refactor: remove global require in test_helper | Azul | |
require all the things we depend upon where we depend upon them. | |||
2016-07-13 | [FEATURE] fetch key by fingerprint | Zara Gebru | |
- add fingerprint unit tests - add integration test - implement by_fingerprint | |||
2016-07-02 | refactor: replace blocks/yields with returns | Azul | |
This became possible because we now use celluloid. Celluloid handles asynchronity without the need for callbacks or blocks. | |||
2016-07-02 | minor: silence warnings and cleanup | Azul | |
2016-06-30 | fix host header handling and tests | Azul | |
2016-06-30 | Trying to replace EM base server with reel | Azul | |
some tests are still broken. But at least they are running now. | |||
2016-05-25 | move nickserver_test to integration dir | Azul | |
it really is more of an integration test |