summaryrefslogtreecommitdiff
path: root/testing/tests/integration_test.rs
diff options
context:
space:
mode:
Diffstat (limited to 'testing/tests/integration_test.rs')
-rw-r--r--testing/tests/integration_test.rs9
1 files changed, 0 insertions, 9 deletions
diff --git a/testing/tests/integration_test.rs b/testing/tests/integration_test.rs
deleted file mode 100644
index ce04ce3..0000000
--- a/testing/tests/integration_test.rs
+++ /dev/null
@@ -1,9 +0,0 @@
-use testing;
-mod common;
-
-#[test]
-fn it_adds_two() {
- common::setup();
- assert_eq!(4, testing::add_two(2));
-}
-