mirror of
https://github.com/rust-lang/rustlings.git
synced 2024-12-04 10:35:06 +02:00
Remove test because of defaulting to watch mode
This commit is contained in:
parent
394ca402a8
commit
3a4f2bebb4
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user