From dc33449495250490e4d7a92a8ca89005fccd8106 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Szikszai=20Guszt=C3=A1v?= Date: Thu, 10 Oct 2024 13:21:47 +0200 Subject: [PATCH] Update test_spec.cr --- spec_cli/test_spec.cr | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/spec_cli/test_spec.cr b/spec_cli/test_spec.cr index 737484cb..6d3b78c7 100644 --- a/spec_cli/test_spec.cr +++ b/spec_cli/test_spec.cr @@ -36,21 +36,4 @@ context "test" do test # The path to the test file to run. TEXT end - - it "runs the tests" do - expect_output ["test"], clear_env: false, template: <<-TEXT - Mint - Running tests - ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ - ⚙ Starting browser... - ⚙ Test server started: http://127.0.0.1:3001/ - ⚙ Running tests: - . - ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ - 1 tests - ➔ 1 passed - ➔ 0 failed - ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ - All done in ××××! - TEXT - end end