summaryrefslogtreecommitdiff
path: root/test/unit/hkp/client_test.rb
AgeCommit message (Collapse)Author
2016-07-02refactor: replace blocks/yields with returnsAzul
This became possible because we now use celluloid. Celluloid handles asynchronity without the need for callbacks or blocks.