From f21ae062da1101deb0e9af222cb5e412c22af703 Mon Sep 17 00:00:00 2001 From: Yomi Colledge Date: Fri, 9 Apr 2010 11:58:58 +0100 Subject: [PATCH] Removed scenario, as it will be implemented in another branch. --- features/plain/feature_export.feature | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/features/plain/feature_export.feature b/features/plain/feature_export.feature index 772ad71f..d4d61489 100644 --- a/features/plain/feature_export.feature +++ b/features/plain/feature_export.feature @@ -35,10 +35,4 @@ Feature: A user needs to be able to export created features into cucumber featur Scenario: We want to be able to export the feature in a RESTful manner Given there is a feature When we view the feature with the "feature" format - Then the feature should be displayed - - Scenario: We should only export a feature is the system version is newer than the source file - Given there is a feature - And the features system version is not newer than the source file - When When we view the feature - Then we should not see the export link \ No newline at end of file + Then the feature should be displayed \ No newline at end of file