1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2024-09-18 11:31:35 +02:00

Remove test because of defaulting to watch mode

This commit is contained in:
mo8it 2024-04-08 00:35:51 +02:00
parent 394ca402a8
commit 3a4f2bebb4

View File

@ -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() {