From f48b8ba98ba88200b29ca8c1bbf2fb40cf2809da Mon Sep 17 00:00:00 2001 From: Jason Travis Smith Date: Wed, 30 Dec 2015 17:14:48 -0500 Subject: [PATCH] Creating the tests for the Alchemy library. --- tests/lib.rs | 1 + 1 file changed, 1 insertion(+) create mode 100644 tests/lib.rs diff --git a/tests/lib.rs b/tests/lib.rs new file mode 100644 index 0000000..335eaf9 --- /dev/null +++ b/tests/lib.rs @@ -0,0 +1 @@ +extern crate alchemy;