ferryjs / ferry

Ferry is (yet another) REST API framework.
3 stars 3 forks source link

Naming conventions and tests #9

Closed desmondmorris closed 9 years ago

desmondmorris commented 9 years ago

What's this PR do?

Per #6, this path renames the core classes accordingly:

Adapter -> Specifiction Engine -> Router ORM -> Storage

This patch also introduces coverage for the Specification & Storage classes and partial coverage for the Ferry class.

How should this be manually tested?

See #6

What are the relevant tickets?

6

Screenshots (if appropriate)

Questions:

Checklist:

joshuajabbour commented 9 years ago

Also need to merge https://github.com/ferryjs/ferry-swagger/pull/1