From 3b6d5c3aaa27a242a832799eb66e96897d26fde3 Mon Sep 17 00:00:00 2001 From: Roberto Vidal Date: Wed, 26 Feb 2020 20:38:44 +0100 Subject: feature: makes "compile" exercise print output, resolves #270 When running "compile"-mode exercises in interactive `verify` mode, we print their output when we prompt the learner if they want to continue. This improves the "experimentation" experience, since trying different things does produce a visible change. --- tests/integration_tests.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/integration_tests.rs b/tests/integration_tests.rs index 7131700..683e564 100644 --- a/tests/integration_tests.rs +++ b/tests/integration_tests.rs @@ -31,7 +31,7 @@ fn verify_all_success() { } #[test] -fn verify_all_failure() { +fn verify_fails_if_some_fails() { Command::cargo_bin("rustlings") .unwrap() .arg("v") -- cgit v1.2.3