Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tidy
get
calls to make testing easier
Chaining the `get` calls would mean a messy amount of Mocks. Just use a single `get` call and if it's empty return a dummy struct for sanity's sake. Also `get('name')` on the returned struct since we run into issues with Mocking without it. Fixes iamjackg#117
- Loading branch information