Fil, thanks, forgot to push that change.
On Fri, Mar 16, 2012 at 12:28 PM, <[email protected]> wrote: > Updated Branches: > refs/heads/master 6a5954db9 -> a450e8534 > > > updating tests following Drews changes... > > > Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/repo > Commit: > http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/commit/a450e853 > Tree: > http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/tree/a450e853 > Diff: > http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/diff/a450e853 > > Branch: refs/heads/master > Commit: a450e85342c840e151e97a392118ee21b8fcbf2a > Parents: 6a5954d > Author: Fil Maj <[email protected]> > Authored: Fri Mar 16 10:28:49 2012 -0700 > Committer: Fil Maj <[email protected]> > Committed: Fri Mar 16 10:28:49 2012 -0700 > > ---------------------------------------------------------------------- > test/test.builder.js | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > ---------------------------------------------------------------------- > > > http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/blob/a450e853/test/test.builder.js > ---------------------------------------------------------------------- > diff --git a/test/test.builder.js b/test/test.builder.js > index 5a0dc99..96c78ec 100644 > --- a/test/test.builder.js > +++ b/test/test.builder.js > @@ -12,7 +12,7 @@ describe("builder", function () { > }; > > > - builder.build(objects).intoAndClobberTheFOutOf(target); > + builder.build(objects).intoAndClobber(target); > expect(target.foo).toBeDefined(); > expect(target.foo).toBe(require("cordova/plugin/compass")); > }); >
