Refactor.

This commit is contained in:
Lee Byrd & Christian Williams 2010-06-22 16:45:35 -07:00
parent 01d842fdfd
commit 1154fcaf3b
1 changed files with 24 additions and 22 deletions

View File

@ -1,3 +1,4 @@
describe("base.js", function() {
describe("jasmine.MessageResult", function() {
it("#toString should pretty-print and concatenate each part of the message", function() {
var values = ["log", "message", 123, {key: "value"}, "FTW!"];
@ -23,3 +24,4 @@ describe("jasmine.getGlobal", function() {
expect(jasmine.getGlobal()).toBe(globalObject);
});
});
});