We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95189a1 commit 47d0cf2Copy full SHA for 47d0cf2
tests/unit/mixin-test.js
@@ -61,7 +61,7 @@ test("that it works", function() {
61
equal(content.baz, 1);
62
});
63
64
-test("that apply only these keys works", function() {
+test("that apply/discard only these keys works", function() {
65
var BufferedPorxy = Ember.ObjectProxy.extend(Mixin);
66
67
var content = {
0 commit comments