Skip to content

Commit ca92a3c

Browse files
author
Jason Duncan
committed
Getting closer
1 parent 59f620e commit ca92a3c

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

test/ert-bdd-failure-test.el

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
;;; ert-bdd-failure-test.el --- Tests for `ert-bdd' failure conditions. -*- lexical-binding: t; -*-
22

3-
(require 'test-helper (format "%stest-helper" (file-name-directory (buffer-file-name))))
4-
53
(describe "expect"
64
(describe ":not"
75
(describe ":to-be-truthy"

test/ert-bdd-test.el

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66

77
;;; Code:
88

9-
(require 'test-helper (format "%stest-helper" (file-name-directory (buffer-file-name))))
10-
119
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1210
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;HELPER FUNCTIONS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1311
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

test/test-helper.el

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
;; -*- lexical-binding: t; -*-
22

3-
(add-to-list 'load-path (expand-file-name ".cask/$(emacs-version)/elpa"))
4-
53
(when (require 'undercover nil t)
64
(undercover "*.el"
75
(:exclude "*-tests.el")))

0 commit comments

Comments
 (0)