allow all timeslider tests to run

This commit is contained in:
John McLear 2013-02-09 17:18:13 +00:00
parent 280b3a404c
commit 6651ed0b7a
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ describe("timeslider", function(){
helper.newPad(cb);
this.timeout(6000);
});
xit("loads adds a hundred revisions", function(done) {
it("loads adds a hundred revisions", function(done) {
var inner$ = helper.padInner$;
var chrome$ = helper.padChrome$;