Skip to content

Commit 9e3e873

Browse files
committed
Tests added
1 parent fe1c5c6 commit 9e3e873

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

test/clj_googl/test/core.clj

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,8 @@
22
(:use [clj-googl.core] :reload)
33
(:use [clojure.test]))
44

5-
(deftest replace-me ;; FIXME: write
6-
(is false "No tests have been written."))
5+
(deftest shorten-test
6+
(is (= (shorten "http://google.com") "http://goo.gl/mR2d")))
7+
8+
(deftest expand-test
9+
(is (= (expand "http://goo.gl/mR2d") "http://google.com/")))

0 commit comments

Comments
 (0)