mirror of
https://github.com/correl/melpa.git
synced 2024-11-14 03:00:10 +00:00
Remove tests that are no longer valid.
This commit is contained in:
parent
fe8c32952e
commit
6afe208b3c
1 changed files with 0 additions and 18 deletions
|
@ -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")
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in a new issue