File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
features/step-definitions Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 8
8
; ; Benedek Fazekas <[email protected] >
9
9
; ; Version: 2.4.0
10
10
; ; Keywords: convenience, clojure, cider
11
- ; ; Package-Requires: ((emacs "25.1") (s "1.8.0") ( seq "2.19") (yasnippet "0.6.1") (paredit "24") (multiple-cursors "1.2.2") (clojure-mode "5.6.1") (cider "0.17.0") (edn "1.1.2") (inflections "2.3") (hydra "0.13.2"))
11
+ ; ; Package-Requires: ((emacs "25.1") (seq "2.19") (yasnippet "0.6.1") (paredit "24") (multiple-cursors "1.2.2") (clojure-mode "5.6.1") (cider "0.17.0") (edn "1.1.2") (inflections "2.3") (hydra "0.13.2"))
12
12
13
13
; ; This program is free software; you can redistribute it and/or
14
14
; ; modify it under the terms of the GNU General Public License
Original file line number Diff line number Diff line change 146
146
147
147
(Then " ^the file should be named \" \\ ([^\" ]+\\ )\" $"
148
148
(lambda (file-name-postfix )
149
- (assert (s-ends-with ? file-name-postfix (buffer-file-name )) nil " Expected %S to end with %S" (buffer-file-name ) file-name-postfix)))
149
+ (assert (string-suffix-p file-name-postfix (buffer-file-name )) nil " Expected %S to end with %S" (buffer-file-name ) file-name-postfix)))
150
150
151
151
(And " ^the cursor is inside the first defn form$"
152
152
(lambda ()
@@ -523,4 +523,4 @@ pprint (cljs.pprint)}}"))))
523
523
524
524
(And " ^I update artifact version to \" \\ ([^\" ]+\\ )\" $"
525
525
(lambda (version )
526
- (cljr-update-project-dependency version)))
526
+ (cljr-update-project-dependency version)))
You can’t perform that action at this time.
0 commit comments