summary refs log tree commit diff stats
path: root/clojure/two-fer/test
diff options
context:
space:
mode:
Diffstat (limited to 'clojure/two-fer/test')
-rw-r--r--clojure/two-fer/test/two_fer_test.clj12
1 files changed, 12 insertions, 0 deletions
diff --git a/clojure/two-fer/test/two_fer_test.clj b/clojure/two-fer/test/two_fer_test.clj
new file mode 100644
index 0000000..a1ac329
--- /dev/null
+++ b/clojure/two-fer/test/two_fer_test.clj
@@ -0,0 +1,12 @@
+(ns two-fer-test
+  (:require [clojure.test :refer [deftest is]]
+            two-fer))
+
+(deftest two-fer-test
+  (is (= "One for you, one for me." (two-fer/two-fer))))
+
+(deftest name-alice-test
+  (is (= "One for Alice, one for me." (two-fer/two-fer "Alice"))))
+
+(deftest name-bob-test
+  (is (= "One for Bob, one for me." (two-fer/two-fer "Bob"))))
2014-04-23 21:57:01 -0400 Clean up gitignore, the current ignore is equvilent to the previous' href='/ahoang/Nim/commit/.gitignore?h=devel&id=1b1bb284d2a5e221b105d133b05a2dbb228b122a'>1b1bb284d ^
0879f0b0a ^
0879f0b0a ^
1b1bb284d ^
0879f0b0a ^

5263d9d6f ^
93e03144f ^

1b1bb284d ^





2f48dbd16 ^
0879f0b0a ^
180ab350d ^
d20a8ac68 ^
b2e486b23 ^
1b1bb284d ^

1dd9ec85b ^
f2f16f645 ^









f04b502cf ^

fc68a7d88 ^
f04b502cf ^



1b1bb284d ^
b77ae66e8 ^
9a68e1ad0 ^
5263d9d6f ^



1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57