mirror of
https://github.com/correl/melpa.git
synced 2024-11-22 03:00:11 +00:00
cleanup old ecukes steps
This commit is contained in:
parent
18067bd7d8
commit
16deaaae3e
1 changed files with 0 additions and 8 deletions
|
@ -1,7 +1,3 @@
|
|||
(Given "^initialization$"
|
||||
(lambda ()
|
||||
(package-build-initialize)))
|
||||
|
||||
(Given "^read recipes$"
|
||||
(lambda ()
|
||||
(pb/read-recipes)))
|
||||
|
@ -37,10 +33,6 @@
|
|||
nil "package-build-archive-alist = %s is not equal to %s."
|
||||
(package-build-archive-alist) varval))))
|
||||
|
||||
(Given "archive alist set to \\(.+\\)$"
|
||||
(lambda (var)
|
||||
(package-build-archive-alist (car (read-from-string var)))))
|
||||
|
||||
(Then "archive alist should be \\(.+\\)$"
|
||||
(lambda (var)
|
||||
(let ((varval (car (read-from-string var))))
|
||||
|
|
Loading…
Reference in a new issue