specit icon indicating copy to clipboard operation
specit copied to clipboard

beA, beAn matchers throwing exceptions

Open ghost opened this issue 12 years ago • 0 comments

When I use assert(mything).should(beAn, Object), I see the following uncaught exception:

QUnit.equals has been deprecated since 2009 (e88049a0), use QUnit.equal instead

would the fix be to change the matchers within specit to use equal instead of equals?

ghost avatar Mar 06 '12 20:03 ghost