Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
You're right, I re-published with better tests.
Details
I was relying on quickcheck before, but it's too random.
I removed quickcheck, and replaced the random tests with one where the id's are guaranteed to be unique.
I also made sure the rides id list is limited to the ids in the lifts id range.