Commit abfab627 authored by Rene Saarsoo's avatar Rene Saarsoo
Browse files

Ignore the order of mixins in tests.

When auto-detecting mixins from code that has:

    mixins: {
        foo: "Some.Class",
	bar: "Other.Class"
    }

we are converting the JavaScript object to Ruby hash - but that means
the order becomes non-deterministing.  This resulted in tests checking
the list of mixins to be flaky as they expected a certain order.  But we
really don't care about the order, so I convert arrays to Sets and compere
these.
parent 01bd04b6
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment