Sha256: 1c647147af241d610ab763089ca75ef11b87e8982c1ea89b895f5e4a6f4e0898

Contents?: true

Size: 304 Bytes

Versions: 31

Compression:

Stored size: 304 Bytes

Contents

;;; hello-world-test.el --- Tests for Hello World (exercism)

;;; Commentary:
;; Common test data version: 1.1.0 be3ae66

;;; Code:

(load-file "hello-world.el")

(ert-deftest hello-world-test ()
  (should (equal (hello) "Hello, World!")))

(provide 'hello-world-test)

;;; hello-world-test.el ends here

Version data entries

31 entries across 31 versions & 1 rubygems

Version Path
trackler-2.2.1.180 tracks/elisp/exercises/hello-world/hello-world-test.el
trackler-2.2.1.179 tracks/elisp/exercises/hello-world/hello-world-test.el
trackler-2.2.1.178 tracks/elisp/exercises/hello-world/hello-world-test.el
trackler-2.2.1.177 tracks/elisp/exercises/hello-world/hello-world-test.el
trackler-2.2.1.176 tracks/elisp/exercises/hello-world/hello-world-test.el
trackler-2.2.1.175 tracks/elisp/exercises/hello-world/hello-world-test.el
trackler-2.2.1.174 tracks/elisp/exercises/hello-world/hello-world-test.el
trackler-2.2.1.173 tracks/elisp/exercises/hello-world/hello-world-test.el
trackler-2.2.1.172 tracks/elisp/exercises/hello-world/hello-world-test.el
trackler-2.2.1.171 tracks/elisp/exercises/hello-world/hello-world-test.el
trackler-2.2.1.170 tracks/elisp/exercises/hello-world/hello-world-test.el
trackler-2.2.1.169 tracks/elisp/exercises/hello-world/hello-world-test.el
trackler-2.2.1.167 tracks/elisp/exercises/hello-world/hello-world-test.el
trackler-2.2.1.166 tracks/elisp/exercises/hello-world/hello-world-test.el
trackler-2.2.1.165 tracks/elisp/exercises/hello-world/hello-world-test.el
trackler-2.2.1.164 tracks/elisp/exercises/hello-world/hello-world-test.el
trackler-2.2.1.163 tracks/elisp/exercises/hello-world/hello-world-test.el
trackler-2.2.1.162 tracks/elisp/exercises/hello-world/hello-world-test.el
trackler-2.2.1.161 tracks/elisp/exercises/hello-world/hello-world-test.el
trackler-2.2.1.160 tracks/elisp/exercises/hello-world/hello-world-test.el