summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)Author
2012-11-12first fully working version of leap_caelijah
2012-09-24ported over proper ways of creating certsAzul
Will now use .txt as the extention Returns the actual content on .zipped With tests.
2012-09-11configuring couchDB the CouchRest way and using that for trackingAzul
2012-09-11added config classAzul
2012-09-08brought over cert skeleton for filling the poolAzul
* turned the test into a MiniTest * removed all the parts needed for fetching the cert from the pool
2012-09-04added test for CouchStream, made url_for protectedAzul
2012-09-04added first test - requires mochaAzul
We're using mocha because minitest currently does not allow to yield from mocks. See https://github.com/seattlerb/minitest/issues/160