Age | Commit message (Collapse) | Author |
|
|
|
|
|
Dropped the webmock dependency. We have our own http adapter. So we can
stub that to inject a mock. As an added bonus this does not mess with
other http requests.
Also wrote down testing strategy. Not completely implemented yet.
|
|
require all the things we depend upon where we depend upon them.
|
|
- add fingerprint unit tests
- add integration test
- implement by_fingerprint
|
|
This became possible because we now use celluloid.
Celluloid handles asynchronity without the need for callbacks
or blocks.
|
|
|
|
|
|
some tests are still broken. But at least they are running now.
|
|
it really is more of an integration test
|