From 9d1c2e90ac37b9101919acbadd9a338bd3282b8d Mon Sep 17 00:00:00 2001 From: Baffo32 Date: Mon, 13 Feb 2012 08:00:03 -0500 Subject: [PATCH] Update phantom spec version test --- test/phantom-spec.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/phantom-spec.js b/test/phantom-spec.js index 2a19ad09..8a314760 100644 --- a/test/phantom-spec.js +++ b/test/phantom-spec.js @@ -52,8 +52,8 @@ describe("phantom global object", function() { expect(phantom.version.major).toEqual(1); }); - it("should return 4 as the minor version", function() { - expect(phantom.version.minor).toEqual(4); + it("should return 5 as the minor version", function() { + expect(phantom.version.minor).toEqual(5); }); it("should return 0 as the patch version", function() {