From a48940b60367f94c50b6782d8883110b76a356e8 Mon Sep 17 00:00:00 2001 From: Adam Carpenter <53hornet@gmail.com> Date: Tue, 19 Feb 2019 16:23:08 -0500 Subject: Added adder and testing --- testing/tests/integration_test.rs | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 testing/tests/integration_test.rs (limited to 'testing/tests') diff --git a/testing/tests/integration_test.rs b/testing/tests/integration_test.rs new file mode 100644 index 0000000..e0dbe08 --- /dev/null +++ b/testing/tests/integration_test.rs @@ -0,0 +1,7 @@ +use testing; + +#[test] +fn it_adds_two() { + assert_eq!(4, testing::add_two(2)); +} + -- cgit v1.2.3