Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allows custom mapping of objects. #55

Merged
merged 3 commits into from
Jan 19, 2015

Conversation

pedrokiefer
Copy link
Contributor

Allows one to subclass / reopen FactoryGuyTestMixin and configures a custom object mapping.

For example, Django Tastypie returns:

objects: [ { }, { }, ... ]
meta: { ... }

FactoryGuyTestMixin only returns:

clients: [ ... ]

@danielspaniel danielspaniel merged commit 0045614 into adopted-ember-addons:master Jan 19, 2015
@danielspaniel
Copy link
Collaborator

@pedrokiefer, Did not realize that was issue, so thanks for bringing that up and making pull request for it. This code is checked in to master, so will work if you using bower to just reload v0.9.6. Let me know otherwise and I will make new patch version.

@pedrokiefer
Copy link
Contributor Author

@danielspaniel great! thanks for the fast response :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants