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.
WHAT THIS MEANS ??
I think everithing it´s ok on my code. But keep saying this.
on simple test it runs OK.
should return expected results
expected: [{:id=>1, :name=>"Shoes"}, {:id=>2, :name=>"Clothing"}, {:id=>4, :name=>"Tools"}, {:id=>5, :name=>"Home"}]
got: [{:id=>1, :name=>"Shoes"}, {:id=>2, :name=>"Clothing"}, {:id=>3, :name=>"Jewelry"}, {:id=>4, :name=>"Tools"}, {:id=>5, :name=>"Home"}]
(compared using ==)
Diff:
@@ -1,5 +1,6 @@
[{:id=>1, :name=>"Shoes"},
{:id=>2, :name=>"Clothing"},
{:id=>4, :name=>"Tools"},
{:id=>5, :name=>"Home"}]