From eedef6633caa3b0d515d203b4cd24ddfc492897d Mon Sep 17 00:00:00 2001 From: Nikolay Kim Date: Sat, 14 Oct 2017 01:45:23 -0700 Subject: [PATCH] test placeholder --- Cargo.toml | 1 - tests/test_tmp.rs | 5 +++++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 tests/test_tmp.rs diff --git a/Cargo.toml b/Cargo.toml index ec4c6320..8b00260c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,7 +49,6 @@ log = "0.3" env_logger = "*" #actix = { git="https://github.com/fafhrd91/actix.git" } -skeptic = { version = "0.13", optional = true } [dependencies.actix] #path = "../actix" diff --git a/tests/test_tmp.rs b/tests/test_tmp.rs new file mode 100644 index 00000000..1c2f5018 --- /dev/null +++ b/tests/test_tmp.rs @@ -0,0 +1,5 @@ + + +#[test] +fn test_placeholder() { +}