summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorClementTsang <clementjhtsang@gmail.com>2019-09-16 22:39:57 -0400
committerClementTsang <clementjhtsang@gmail.com>2019-09-16 22:39:57 -0400
commit1ebe04ecb2bd886bc0860933bb07ad5bc0a8b193 (patch)
treef9c10959af8a70e758fc954a266780a6b1093161 /tests
parent0550402698e7f89f3da2f7a80a3c7c2ac2847a4d (diff)
Added vim + keyboard bindings.
Diffstat (limited to 'tests')
-rw-r--r--tests/arg_rate_tests.rs7
1 files changed, 2 insertions, 5 deletions
diff --git a/tests/arg_rate_tests.rs b/tests/arg_rate_tests.rs
index f7ad7819..d2527123 100644
--- a/tests/arg_rate_tests.rs
+++ b/tests/arg_rate_tests.rs
@@ -1,11 +1,8 @@
-use assert_cmd::prelude::*; // Add methods on commands
+use assert_cmd::prelude::*;
use predicates::prelude::*;
-use std::process::Command; // Run programs // Used for writing assertions
+use std::process::Command;
//======================RATES======================//
-#[test]
-fn valid_rate_argument() {
-}
#[test]
fn test_small_rate() -> Result<(), Box<dyn std::error::Error>> {