Remove unneeded expectOne() stub in activity test.

(imported from commit c4d51a16c5dba65491729a648dd5c285f51061c3)
This commit is contained in:
Steve Howell 2014-02-01 09:01:38 -05:00
parent c8a573a0f2
commit 945df53280
1 changed files with 0 additions and 4 deletions

View File

@ -8,10 +8,6 @@ set_global('$', function () {
};
});
$.fn = {};
$.fn.expectOne = function () {
assert(this.length === 1);
return this;
};
add_dependencies({
_: 'third/underscore/underscore.js',