Update examples for 2.0

This commit is contained in:
Greg Cobb and JR Boyens
2013-07-16 10:00:16 -07:00
parent c91df21a96
commit 0daae4d7b4
2 changed files with 16 additions and 10 deletions

View File

@@ -52,7 +52,7 @@ describe("Player", function() {
expect(function() {
player.resume();
}).toThrow("song is already playing");
}).toThrowError("song is already playing");
});
});
});
});