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

[CLEANUP] re-use test setup to assert correct call to adapter.ajax #4018

Merged
merged 1 commit into from
Dec 21, 2015
Merged

[CLEANUP] re-use test setup to assert correct call to adapter.ajax #4018

merged 1 commit into from
Dec 21, 2015

Conversation

pangratz
Copy link
Member

adapter.ajax is setup before the tests, so a made AJAX call can be
asserted by checking passedUrl, passedVerb and passedHash. This
commit cleans up the tests so the existig setup is re-used.

`adapter.ajax` is setup before the tests, so a made AJAX call can be
asserted by checking `passedUrl`, `passedVerb` and `passedHash`. This
commit cleans up the tests so the existig setup is re-used.
fivetanley added a commit that referenced this pull request Dec 21, 2015
[CLEANUP] re-use test setup to assert correct call to adapter.ajax
@fivetanley fivetanley merged commit eef9dee into emberjs:master Dec 21, 2015
@pangratz pangratz deleted the cleanup-rest-adapter-tests branch December 21, 2015 16:05
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