Sha256: a718a8d3a0b79a541cb357abfbf338b47fe0feef59a862e51cc19cb60058108c
Contents?: true
Size: 329 Bytes
Versions: 325
Compression:
Stored size: 329 Bytes
Contents
(ns hello-world-test (:require [clojure.test :refer [deftest is]] hello-world)) (deftest hello-world-test (is (= "Hello, World!" (hello-world/hello)))) (deftest hello-alice-test (is (= "Hello, Alice!" (hello-world/hello "Alice")))) (deftest hello-bob-test (is (= "Hello, Bob!" (hello-world/hello "Bob"))))
Version data entries
325 entries across 325 versions & 1 rubygems