aboutsummaryrefslogtreecommitdiff
path: root/lockchain-http/src/lib.rs
diff options
context:
space:
mode:
authorKatharina Fey <kookie@spacekookie.de>2018-05-06 20:19:53 +0200
committerKatharina Fey <kookie@spacekookie.de>2018-05-06 20:19:53 +0200
commit3488a2ed44d751fbbb84a588bd2b1f1f7b8f58ca (patch)
tree88510f790377b93cf8b99e2a0e6638b16d17353a /lockchain-http/src/lib.rs
parentff07b004c16939c86ac89a4d25b3ca1e243b172e (diff)
Massively refactor repository
Diffstat (limited to '')
-rw-r--r--lockchain-http/src/lib.rs7
1 files changed, 7 insertions, 0 deletions
diff --git a/lockchain-http/src/lib.rs b/lockchain-http/src/lib.rs
new file mode 100644
index 0000000..31e1bb2
--- /dev/null
+++ b/lockchain-http/src/lib.rs
@@ -0,0 +1,7 @@
+#[cfg(test)]
+mod tests {
+ #[test]
+ fn it_works() {
+ assert_eq!(2 + 2, 4);
+ }
+}