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