From 4e7fc26df59c3e0b4efa21d87eb13eead3455cf4 Mon Sep 17 00:00:00 2001 From: Steve Schwartz Date: Mon, 2 Apr 2012 15:34:34 -0400 Subject: [PATCH] Added pending spec for hitting back button to default tab --- test/spec/EasyTabsSpec.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/spec/EasyTabsSpec.js b/test/spec/EasyTabsSpec.js index c1ae2c2..56c88c3 100644 --- a/test/spec/EasyTabsSpec.js +++ b/test/spec/EasyTabsSpec.js @@ -49,6 +49,9 @@ describe('easytabs', function() { xit('makes tab from url hash active instead of default tab', function() { }); + xit('selects default tab when hash updated to blank (i.e. back button hit to initial page load state', function() { + }); + }); describe('disconnected tabs and panels', function() {