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