diff options
| author | mo8it <mo8it@proton.me> | 2024-04-08 00:35:51 +0200 |
|---|---|---|
| committer | mo8it <mo8it@proton.me> | 2024-04-08 00:35:51 +0200 |
| commit | 3a4f2bebb487f3fef9ce222674eede86722824b3 (patch) | |
| tree | 5fef363289b6640e4b81edfef7bdb6d832d25b20 | |
| parent | 394ca402a8883581dc040546b4ca18b07d76a7f2 (diff) | |
Remove test because of defaulting to watch mode
| -rw-r--r-- | tests/integration_tests.rs | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/tests/integration_tests.rs b/tests/integration_tests.rs index ccdd910..2219fea 100644 --- a/tests/integration_tests.rs +++ b/tests/integration_tests.rs @@ -1,14 +1,7 @@ use assert_cmd::prelude::*; use glob::glob; use predicates::boolean::PredicateBooleanExt; -use std::fs::File; -use std::io::Read; -use std::process::Command; - -#[test] -fn runs_without_arguments() { - Command::cargo_bin("rustlings").unwrap().assert().success(); -} +use std::{fs::File, io::Read, process::Command}; #[test] fn fails_when_in_wrong_dir() { |
