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

make test not depend on order #11638

Merged
merged 1 commit into from Jul 28, 2013
Merged

make test not depend on order #11638

merged 1 commit into from Jul 28, 2013

Conversation

neerajsingh0101
Copy link

NestedThroughAssociationsTest adds records to member_details table.
When test performs @member_details[0] then the order of record
is not guaranteed. Hence it is best to start with a clean slate by
deleting unwanted records.

/cc @tenderlove

`NestedThroughAssociationsTest` adds records to `member_details` table.
When test performs `@member_details[0]` then the order of record
is not guaranteed. Hence it is best to start with a clean slate by
deleting unwanted records.
rafaelfranca added a commit that referenced this pull request Jul 28, 2013
…ssociation_test

make test not depend on order
@rafaelfranca rafaelfranca merged commit f625d32 into rails:master Jul 28, 2013
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.

None yet

2 participants