From e16d0751ea9d46c949501301439d8ae3b09d9965 Mon Sep 17 00:00:00 2001 From: everzet Date: Fri, 11 May 2012 00:43:38 +0200 Subject: [PATCH] removed FeatureContext as we don't need it anymore --- features/bootstrap/FeatureContext.php | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 features/bootstrap/FeatureContext.php diff --git a/features/bootstrap/FeatureContext.php b/features/bootstrap/FeatureContext.php deleted file mode 100644 index 3941da0..0000000 --- a/features/bootstrap/FeatureContext.php +++ /dev/null @@ -1,14 +0,0 @@ -getSession()->wait(5000, "$('.suggestions-results').children().length > 0"); - } -}