summaryrefslogtreecommitdiff
path: root/tests/integration_tests.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/integration_tests.rs')
-rw-r--r--tests/integration_tests.rs9
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() {