mirror of
https://github.com/notohh/rustlings.git
synced 2024-11-21 21:42:23 -05:00
Remove test because of defaulting to watch mode
This commit is contained in:
parent
394ca402a8
commit
3a4f2bebb4
1 changed files with 1 additions and 8 deletions
|
@ -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 a new issue