From 6afe208b3c2d8c4cfca3c689fe6f76ba96303be7 Mon Sep 17 00:00:00 2001 From: Donald Curtis Date: Tue, 3 Dec 2013 23:05:35 -0800 Subject: [PATCH] Remove tests that are no longer valid. --- features/initialization.feature | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/features/initialization.feature b/features/initialization.feature index 0bd739db..ec4b2468 100644 --- a/features/initialization.feature +++ b/features/initialization.feature @@ -7,21 +7,3 @@ Feature: Initialization Given set travis-archive-alist to archive alist Then travis-archive-alist should be empty - Scenario: add to archive alist - Given add "test1" to archive alist - Then archive alist should be ("test1") - Given add "test2" to archive alist - Then archive alist should be ("test2" "test1") - - Scenario: remove from archive alist - Given add "test1" to archive alist - Given remove "test2" from archive alist - Then archive alist should be ("test1") - Given add "test2" to archive alist - Then archive alist should be ("test2" "test1") - Given remove "test1" from archive alist - Then archive alist should be ("test2") - - - - \ No newline at end of file