[Framework] Add spec for Bundle

Add spec for Bundle, used by the framework layer.
WTD-518.
This commit is contained in:
Victor Woeltjen
2014-11-06 15:20:26 -08:00
parent cbea30d9cc
commit 794d11e715
2 changed files with 64 additions and 4 deletions

View File

@ -98,7 +98,7 @@ define(
});
it("warns about, then ignores, missing bundle declarations", function () {
it("warns about, then ignores, malformed bundle declarations", function () {
// File-not-found
mockHttp.get.andReturn(Promise.resolve(["I am not a valid bundle."]));