Revert "spec: rename jqueryui package to match registry."

Package was misnamed originally. Fixing in the registry instead.

This reverts commit 1a74353d2d.
This commit is contained in:
Paul Irish
2012-09-10 15:35:06 -07:00
parent 1a74353d2d
commit c0ce0dfa97

View File

@@ -96,7 +96,7 @@ describe('package', function () {
pkg.on('resolve', function () {
var deps = _.pluck(pkg.getDeepDependencies(), 'name');
assert.deepEqual(_.uniq(deps), ["package-bootstrap", "jqueryui", "jquery"]);
assert.deepEqual(_.uniq(deps), ["package-bootstrap", "jquery-ui", "jquery"]);
next();
});