Skip to content

Commit

Permalink
updating tests following Drews changes...
Browse files Browse the repository at this point in the history
  • Loading branch information
filmaj committed Mar 16, 2012
1 parent 6a5954d commit a450e85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.builder.js
Original file line number Diff line number Diff line change
Expand Up @@ -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"));
});
Expand Down

0 comments on commit a450e85

Please sign in to comment.