diff --git a/spec/swift/app_spec.rb b/spec/swift/app_spec.rb index f132b75..29e5e4f 100644 --- a/spec/swift/app_spec.rb +++ b/spec/swift/app_spec.rb @@ -216,7 +216,7 @@ describe "App" do metadata["m"].wont_equal old_metadata["m"] food_items = redis.smembers "rs:m:phil:food/:items" - food_items.must_equal ["desayunos/", "camaron"] + food_items.sort.must_equal ["camaron", "desayunos/"] root_items = redis.smembers "rs:m:phil:/:items" root_items.must_equal ["food/"]